Revision ec1a1baf trunk/Pithos.Client.WPF/Shell/ShellViewModel.cs

b/trunk/Pithos.Client.WPF/Shell/ShellViewModel.cs
738 738
			var accountInfo=_accounts.FirstOrDefault(account => account.UserName == accountName);
739 739
			_accounts.TryRemove(accountInfo);
740 740

  
741
		    _pollAgent.RemoveAccount(accountInfo);
741 742
			PithosMonitor monitor;
742 743
			if (Monitors.TryRemove(accountName, out monitor))
743 744
			{

Also available in: Unified diff