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);
|
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);
|
||||||
|
Loading…
Reference in New Issue
Block a user