19 Nov
2004
19 Nov
'04
9:36 p.m.
(inkscape:14979): GLib-GObject-CRITICAL **: g_value_get_uint: assertion `G_VALUE_HOLDS_UINT (value)' failed
OK, nevermind, I fixed this too: G_TYPE_INT was used instead of G_TYPE_UINT. The new glib is stricter on such errors, as well as on using unreffed objects (this caused two crashes which I also fixed today). I recommend that everyone upgrades to glib 2.5.* to find more bugs like this.