GNOME Bugzilla – Bug 106337
GtkToolbar icon packing is incorrect
Last modified: 2004-12-22 21:47:04 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.
Created attachment 14393 [details] [review] Patch to fix icon packing in buttons in GtkToolbar
This was fixed a month or so ago, prior to 2.2.1. *** This bug has been marked as a duplicate of 104679 ***