Revision 43dd02a8 trunk/Pithos.Core/Agents/FileAgent.cs

b/trunk/Pithos.Core/Agents/FileAgent.cs
94 94
                    if (change.ChangeType == WatcherChangeTypes.Renamed)
95 95
                    {
96 96
                        var rename = (MovedEventArgs) change;
97
                        _agent.Post(new WorkflowState
97
                        _agent.Post(new WorkflowState(change)
98 98
                                        {
99 99
                                            AccountInfo = AccountInfo,
100 100
                                            OldPath = rename.OldFullPath,
......
105 105
                                        });
106 106
                    }
107 107
                    else
108
                        _agent.Post(new WorkflowState
108
                        _agent.Post(new WorkflowState(change)
109 109
                        {
110 110
                            AccountInfo = AccountInfo,
111 111
                            Path = change.FullPath,

Also available in: Unified diff