RE: [java-gnome-hackers] Tree/List widgets
Brought to you by:
afcowie
From: Mark H. <mh...@ti...> - 2002-08-30 13:59:02
|
On Fri, 2002-08-30 at 12:24, Jeffrey Morgan wrote: > I just checked some code into cvs that I think should resolve > this issue. I don't have a test case to verify if it works. > Are you in a position to test this method? My original test is in src/examples/gtk/tree/TreeExample.java (it's actually a list example, but that's not important) I'm now getting a different error: (java-gnome:2091): Gtk-CRITICAL **: file gtkliststore.c: line 1294 (gtk_list_store_append): assertion `iter !=3D NULL' failed (java-gnome:2091): GLib-GObject-WARNING **: gvalue.c:86:g_value_init(): cannot initialize GValue with type `(null)', the value has already been initialized as `(null)' An unexpected exception has been detected in native code outside the VM. Unexpected Signal : 11 occurred at PC=3D0x49df27d2 Function name=3Dg_type_check_value_holds Library=3D/usr/lib/libgobject-2.0.so.0 Current Java thread: at org.gnu.glib.Value.g_value_set_string(Native Method) at org.gnu.glib.Value.setString(Value.java:55) at tree.TreeExample.<init>(TreeExample.java:35) at tree.TreeExample.main(TreeExample.java:48) It's the same line, but looks like a problem with glib.Type this time.=20 --=20 +----------------------------------------------+ | Mark Howard cam.ac.uk mh344@ | | http://www.tildemh.com tildemh.com mh@ | +----------------------------------------------+ |