GNOME Bugzilla – Bug 630971
gailstatusbar attempts to cast a GtkHBox to a GtkBin
Last modified: 2011-02-17 02:59:19 UTC
in get_label_from_statusbar of gtk+/modules/other/gail/gailstatusbar.c the message_area is a GtkBox and gail attempt to get one of its children namely label. Beforehand the label was accessed via the statusbar->label field. The port to the accessors is broken . A few options, now that there can be multiple children : add an accessor in gtk to get the label is the easiest though may clutter the api.