Bug 157218. Clear lists of secrets when GUI is locked.
This commit is contained in:
parent
ae815fe009
commit
53ca56f0e9
@ -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
|
Mon Apr 24 04:40:20 MST 2006 - jnorman@novell.com
|
||||||
- change lookup name from kwallet_rw to casakwallet
|
- change lookup name from kwallet_rw to casakwallet
|
||||||
|
@ -1124,8 +1124,7 @@ namespace Novell.CASA.GUI
|
|||||||
MiCasaRequestReply.Send(MiCasaRequestReply.VERB_LOCK_STORE);
|
MiCasaRequestReply.Send(MiCasaRequestReply.VERB_LOCK_STORE);
|
||||||
LockGUI();
|
LockGUI();
|
||||||
if (mCasaTray != null)
|
if (mCasaTray != null)
|
||||||
mCasaTray.UpdateTrayIcon(true);
|
mCasaTray.UpdateTrayIcon(true);
|
||||||
RefreshStores();
|
|
||||||
Logger.DbgLog("GUI:CasaMain.OnLockMiCASASecrets() - END");
|
Logger.DbgLog("GUI:CasaMain.OnLockMiCASASecrets() - END");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user