Revision 496595a5 trunk/Pithos.Core/Agents/Uploader.cs

b/trunk/Pithos.Core/Agents/Uploader.cs
141 141
                                {
142 142
                                    //Add the folder to the Selected URls
143 143
                                    var selections = Selectives.SelectiveUris[accountInfo.AccountKey];
144
                                    selections.Add(cloudFile.Uri);
144
                                    var selectiveUri = new Uri(client.RootAddressUri, cloudFile.Uri);
145
                                    selections.Add(selectiveUri);
145 146
                                    Selectives.Save(accountInfo);
146 147
                                }
147 148
                            }

Also available in: Unified diff