fix bug the prevents UI from appearing
This commit is contained in:
parent
75ef7bae4c
commit
f644145b3d
@ -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
|
Mon May 11 11:38:53 MDT 2008 - jnorman@novell.com
|
||||||
|
|
||||||
|
@ -404,12 +404,11 @@ namespace Novell.CASA.GUI
|
|||||||
{
|
{
|
||||||
Glade.XML gxmlTemp = new Glade.XML(Common.GladeFile, "dialogDesktopPassword", null);
|
Glade.XML gxmlTemp = new Glade.XML(Common.GladeFile, "dialogDesktopPassword", null);
|
||||||
gxmlTemp.Autoconnect(this);
|
gxmlTemp.Autoconnect(this);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
InitializeGUI();
|
InitializeGUI();
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user