Revision 759bd3c4 trunk/Pithos.Client.WPF/Shell/ShellViewModel.cs

b/trunk/Pithos.Client.WPF/Shell/ShellViewModel.cs
796 796
			PithosMonitor monitor;
797 797
			if (_monitors.TryGetValue(accountName, out monitor))
798 798
			{
799
				monitor.AddSelectivePaths(message.Added);
800
				monitor.RemoveSelectivePaths(message.Removed);
799
				monitor.SetSelectivePaths(message.Uris,message.Added,message.Removed);
801 800

  
802 801
			}
803 802
			

Also available in: Unified diff