Linux fix
This commit is contained in:
parent
a4274bf110
commit
f5a67425ad
@ -43,7 +43,7 @@ namespace Novell.CASA.GUI
|
||||
Glade.XML gxmlTemp = new Glade.XML ("../images/casa.glade", "dialogExport", null);
|
||||
#endif
|
||||
#if LINUX
|
||||
Glade.XML gxmlTemp = new Glade.XML (Common.GladeFile, "dialogLogin", null);
|
||||
Glade.XML gxmlTemp = new Glade.XML (Common.GladeFile, "dialogExport", null);
|
||||
#endif
|
||||
|
||||
gxmlTemp.Autoconnect (this);
|
||||
|
Loading…
Reference in New Issue
Block a user