Bug 157218. Clear lists of secrets when GUI is locked.

This commit is contained in:
Jim Norman
2006-04-24 21:44:25 +00:00
parent ae815fe009
commit 53ca56f0e9
2 changed files with 5 additions and 2 deletions

View File

@@ -1124,8 +1124,7 @@ namespace Novell.CASA.GUI
MiCasaRequestReply.Send(MiCasaRequestReply.VERB_LOCK_STORE);
LockGUI();
if (mCasaTray != null)
mCasaTray.UpdateTrayIcon(true);
RefreshStores();
mCasaTray.UpdateTrayIcon(true);
Logger.DbgLog("GUI:CasaMain.OnLockMiCASASecrets() - END");
}