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 106337 - GtkToolbar icon packing is incorrect
GtkToolbar icon packing is incorrect
Status: RESOLVED DUPLICATE of bug 104679
Product: gtk+
Classification: Platform
Component: Widget: Other
1.0.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks: 104549
 
 
Reported: 2003-02-17 19:00 UTC by Rodney Dawes
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix icon packing in buttons in GtkToolbar (420 bytes, patch)
2003-02-17 19:00 UTC, Rodney Dawes
none Details | Review

Description Rodney Dawes 2003-02-17 19:00:03 UTC
The packing for GtkToolbar buttons that contain icons is incorrect. They
are packed as pack_end with FALSE, FALSE, as the arguments, when they
should be pack_star with TRUE, TRUE. This patch fixes the bug and makes
GtkToolbar more consistent with the rest of the desktop.
Comment 1 Rodney Dawes 2003-02-17 19:00:38 UTC
Created attachment 14393 [details] [review]
Patch to fix icon packing in buttons in GtkToolbar
Comment 2 Owen Taylor 2003-02-17 20:22:16 UTC
This was fixed a month or so ago, prior to 2.2.1.

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