[Glade-users] using libglade with more than 1 window

Bernd Hornböck bhornboeck@grips.com
Mon, 15 Jan 2001 17:57:18 +0100


hi there,



I'm using GLADE 0.5.11 together with liblade 0.15.

When I load a Glade-File that has more than one window
defined, the program crashes as soon as I try to get the
widget (in this case the window) with glade_xml_get_widget.


Just after doing the following:

mainwindow = glade_xml_get_widget ( myxmlfile, "window1");


I get the segfault.

Does anybody know how to avoid that ?



Bernd