Why these critical errors ?

2010-01-19 Thread Glus Xof
Hello guys, Why this kind of errors, (pp:14491): GLib-GObject-CRITICAL **: g_param_spec_flags: assertion `G_TYPE_IS_FLAGS (flags_type)' failed (pp:14491): GLib-GObject-CRITICAL **: g_object_class_install_property: assertion `G_IS_PARAM_SPEC (pspec)' failed ??? Could you describe them or

Re: Why these critical errors ?

2010-01-19 Thread Murray Cumming
On Tue, 2010-01-19 at 16:30 +0100, Glus Xof wrote: Hello guys, Why this kind of errors, (pp:14491): GLib-GObject-CRITICAL **: g_param_spec_flags: assertion `G_TYPE_IS_FLAGS (flags_type)' failed (pp:14491): GLib-GObject-CRITICAL **: g_object_class_install_property: assertion

Re: Why these critical errors ?

2010-01-19 Thread Glus Xof
This could be, For instance, maybe you have a static instance somewhere. But, honestly, I didn't understand why cannot do it... In any case, I get it after the Gtk::Main() call. How should I work-around it ? Thanks, Glus ___ gtkmm-list mailing list

Re: Why these critical errors ?

2010-01-19 Thread Krzysztof KosiƄski
2010/1/19 Glus Xof gtg...@gmail.com: But, honestly, I didn't understand why cannot do it... In any case, I get it after the Gtk::Main() call. It's still a problem if the static instance is created before Gtk::Main runs. How should I work-around it ? You can use Meyer's singleton. The static