Revision d9b1cbeb trunk/Pithos.Interfaces/ObjectInfo.cs

b/trunk/Pithos.Interfaces/ObjectInfo.cs
204 204
                if (Account != null)
205 205
                {
206 206
                    pathParts.Push(Account);
207
                    pathParts.Push("others");
207
                    pathParts.Push(FolderConstants.OthersFolder);
208 208
                }
209 209
            }
210 210
            var finalPath=Path.Combine(pathParts.ToArray());

Also available in: Unified diff