[g-a-devel]atkgobjectaccessible bug ...



	It is sensible to call:

AtkObject*
atk_gobject_accessible_for_object (GObject *obj)
{
  AtkObject* accessible;

  g_return_val_if_fail (G_IS_OBJECT (obj), NULL);
  /* See if we have a cached accessible for this object */

  accessible = g_object_get_qdata (obj,
				   quark_accessible_object);
...
}

	Before instantiating a AtkGObjectAccessible. Sadly that means that the
quark_accessible_object is not initialized:

(lt-nautilus:9153): GLib-GObject-CRITICAL **: file gobject.c: line 1339
(g_object_set_qdata): assertion `quark > 0' failed

	Be good to see it fixed.

	Regards,

		Michael.
	


-- 
 mmeeks gnu org  <><, Pseudo Engineer, itinerant idiot




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]