After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 630971 - gailstatusbar attempts to cast a GtkHBox to a GtkBin
gailstatusbar attempts to cast a GtkHBox to a GtkBin
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Accessibility
2.90.x
Other Linux
: Normal major
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2010-09-30 00:48 UTC by Alban Browaeys
Modified: 2011-02-17 02:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alban Browaeys 2010-09-30 00:48:47 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.