GNOME Bugzilla – Bug 601600
Critical warnings from a11y support
Last modified: 2009-11-13 22:55:27 UTC
With the a11y support in master, when I run Banshee, it starts fine. But when I then click on a row in the track list, I get these two warnings: (Nereid:384): GLib-GObject-CRITICAL **: g_value_get_pointer: assertion `G_VALUE_HOLDS_POINTER (value)' failed (Nereid:384): atk-bridge-CRITICAL **: spi_atk_bridge_signal_listener: assertion `ATK_IS_OBJECT (child)' failed This happens every time I click a track in the list, or I use the keyboard to change the focused track. The same thing happens on all ListViews. This is with gtk-sharp 2.12 from svn.
Created attachment 147698 [details] [review] Fixed glib critical warnings
Comment on attachment 147698 [details] [review] Fixed glib critical warnings Looks good, thanks for tracking this down!