GNOME Bugzilla – Bug 745823
g_object_new: assertion 'G_TYPE_IS_OBJECT (object_type)' failed
Last modified: 2015-06-03 09:53:27 UTC
This seems to happen when called in jaw_impl_get_instance. I believe this is caused by initialising a gint variable from a call to a guint function.
Created attachment 298822 [details] [review] Patch to address problem