Revision 0a9d4d18 trunk/Pithos.Core/Agents/NetworkAgent.cs

b/trunk/Pithos.Core/Agents/NetworkAgent.cs
306 306
                var state = StatusKeeper.GetStateByFilePath(previousFullPath);
307 307
                state.FilePath = newPath;
308 308
                state.SaveCopy();
309
                StatusKeeper.SetFileState(previousFullPath,FileStatus.Deleted,FileOverlayStatus.Deleted);
309
                StatusKeeper.SetFileState(previousFullPath,FileStatus.Deleted,FileOverlayStatus.Deleted, "Deleted");
310 310
            }            
311 311
        }
312 312

  

Also available in: Unified diff