fix bug the prevents UI from appearing

This commit is contained in:
Jim Norman 2008-05-29 15:43:08 +00:00
parent 75ef7bae4c
commit f644145b3d
2 changed files with 48 additions and 45 deletions

View File

@ -1,3 +1,7 @@
Thu May 29 09:38:53 MDT 2008 - jnorman@novell.com
- Fix bug that prevents CASAManager from displaying
-------------------------------------------------------------------
Mon May 11 11:38:53 MDT 2008 - jnorman@novell.com

View File

@ -404,12 +404,11 @@ namespace Novell.CASA.GUI
{
Glade.XML gxmlTemp = new Glade.XML(Common.GladeFile, "dialogDesktopPassword", null);
gxmlTemp.Autoconnect(this);
return;
}
}
else
{
InitializeGUI();
}
}
/// <summary>