Fix import for linux

This commit is contained in:
Jim Norman 2006-08-22 16:56:56 +00:00
parent f7ce95ae97
commit 4403852f35

View File

@ -92,7 +92,7 @@ namespace Novell.CASA.GUI
Glade.XML gxmlTemp = new Glade.XML ("../images/casa.glade", "dialogImport", null); Glade.XML gxmlTemp = new Glade.XML ("../images/casa.glade", "dialogImport", null);
#endif #endif
#if LINUX #if LINUX
Glade.XML gxmlTemp = new Glade.XML (Common.GladeFile, "dialogLogin", null); Glade.XML gxmlTemp = new Glade.XML (Common.GladeFile, "dialogImport", null);
#endif #endif
gxmlTemp.Autoconnect (this); gxmlTemp.Autoconnect (this);