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

@ -1,3 +1,7 @@
-------------------------------------------------------------------
Mon Apr 24 16:24:20 MST 2006 - jnorman@novell.com
- Bug 157218. Clear lists of secrets when GUI is locked.
-------------------------------------------------------------------
Mon Apr 24 04:40:20 MST 2006 - jnorman@novell.com
- change lookup name from kwallet_rw to casakwallet

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");
}