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

b/trunk/Pithos.Client.WPF/Shell/ShellViewModel.cs
989 989
			var status=statusKeeper.GetFileStatus(localFileName);
990 990
			return status;
991 991
		}
992

  
993
	    public void RemoveAccountFromDatabase(AccountSettings account)
994
	    {
995
            var statusKeeper = IoC.Get<IStatusKeeper>();
996
            statusKeeper.ClearFolderStatus(account.RootPath);	        
997
	    }
992 998
	}
993 999
}

Also available in: Unified diff