diff --git a/CASA.changes b/CASA.changes index a0186543..b0282f7d 100644 --- a/CASA.changes +++ b/CASA.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 13 15:02:34 MST 2006 - jnorman@novell.com + +- Bug 142937. Activate 'New' menu option after unlock. + ------------------------------------------------------------------- Fri Jan 13 13:02:34 MST 2006 - cmashayekhi@novell.com diff --git a/c_gui/CasaMain.cs b/c_gui/CasaMain.cs index 5b199e3d..b9804dec 100644 --- a/c_gui/CasaMain.cs +++ b/c_gui/CasaMain.cs @@ -828,7 +828,8 @@ namespace Novell.CASA.GUI mmiUnlockSecrets.Sensitive = false; mmiDestroySecrets.Sensitive = true; notebookStores.Sensitive = true; - + + mmiNew.Sensitive = true; mmiRefresh.Sensitive = true; mmiDebug.Sensitive = true; mmiOptions.Sensitive = true;