Linux fix

This commit is contained in:
Jim Norman 2006-08-11 14:50:27 +00:00
parent a4274bf110
commit f5a67425ad

View File

@ -43,7 +43,7 @@ namespace Novell.CASA.GUI
Glade.XML gxmlTemp = new Glade.XML ("../images/casa.glade", "dialogExport", null); Glade.XML gxmlTemp = new Glade.XML ("../images/casa.glade", "dialogExport", 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, "dialogExport", null);
#endif #endif
gxmlTemp.Autoconnect (this); gxmlTemp.Autoconnect (this);