[Java-gnome-developer] Glade with multiple gtk windows or dialog
Brought to you by:
afcowie
From: alcapcom <alc...@gm...> - 2006-07-05 11:34:58
|
Hello List, I have a problem on using glade with several Windows/dialog in a Gtk application. When I try to open Dialog/Window after having already close it, I obtain the following errors. (java-gnome: 6316): GLib-GObject-CRITICAL **: g_object_ref: assertion "G_IS_OBJECT (object)" failed (java-gnome: 6316): GLib-GObject-WARNING **: authority with invalid (NULL) class to point (java-gnome: 6316): GLib-GObject-CRITICAL **: g_signal_emit_valist: assertion "G_TYPE_CHECK_INSTANCE (authority)" failed (java-gnome: 6316): GLib-GObject-CRITICAL **: g_object_notify: assertion "G_IS_OBJECT (object)" failed (java-gnome: 6316): GLib-GObject-CRITICAL **: g_object_unref: assertion "G_IS_OBJECT (object)" failed I have try to intercepted delete_event and event_destroy without success. I really do not see how not intercepted the signal to overload him with for example Window.hide (), or some thing like that. Did somebody already have this kind of problem? In advance, Thanks Alphonse |