[Gtk-sharp-list] NodeStore

Ecmel Ercan ecmel@ercansoy.com
Sun, 27 Jun 2004 16:55:06 +0300


Hi,

I am trying to run my application (Kurush) under gtk+ 2.4.0, gtk# 0.99 and
Mono 0.97.

It uses NodeStore. I have the following errors:

(<unknown>:3367): GLib-GObject-WARNING **: unable to set property `model' of type `GtkTreeModel' from value of type `Gtk_NodeStore'

(<unknown>:3367): GLib-GObject-CRITICAL **: file gobject.c: line 1792
(g_value_set_object): assertion `g_value_type_compatible (G_OBJECT_TYPE
(v_object), G_VALUE_TYPE (value))' failed

The interesting part is, the application runs fine with gtk#0.17. (Under
gtk+ 2.4.0 and Mono 0.97 as well). So, the glue library is not the problem
here I think.

Can somebody shed a light?

Best Regards,

Ecmel Ercan