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 631833 - GtkToolButton incorrectly assumes that "label-widget" is a GtkLabel
GtkToolButton incorrectly assumes that "label-widget" is a GtkLabel
Status: RESOLVED DUPLICATE of bug 623603
Product: gtk+
Classification: Platform
Component: Widget: GtkToolbar
2.20.x
Other Linux
: Normal minor
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2010-10-10 20:54 UTC by Kai Willadsen
Modified: 2010-10-11 03:21 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Kai Willadsen 2010-10-10 20:54:08 UTC
The following commit:
  http://git.gnome.org/browse/gtk+/commit/?id=dad6e7343c1fbdbbe2a6ca765aabcf8b887933c9
changes gtk_tool_button_construct_contents to assume that the "label-widget" of a GtkToolButton is actually a GtkLabel. This isn't necessarily true, and causes several warnings from assertions in gtk_label_set_ellipsize, gtk_label_set_angle and gtk_misc_set_alignment (at least in my case, where label-widget is an hbox).
Comment 1 Javier Jardón (IRC: jjardon) 2010-10-11 03:21:42 UTC
This was already fixed. See bug #623603

*** This bug has been marked as a duplicate of bug 623603 ***