GNOME Bugzilla – Bug 315132
[PATCH] UI polish: Use image menu item instead of plain menu item for network places/removable media
Last modified: 2005-09-18 08:05:26 UTC
Setting priority to high since this is a very visible UI glitch.
Created attachment 51728 [details] [review] Proposed patch
Hrm... I'm not sure I see a difference here. Is it supposed to make these items "bigger"?
Yes. The application menu uses those with NULL pixbufs as well if no image is used for a desktop file. It's odd to have a few dozen equally-sized menu entries except for two.
This patch clearly doesn't work for me. I've committed something else to HEAD. 2005-09-18 Vincent Untz <vuntz@gnome.org> * panel-menu-items.c: (panel_place_menu_item_append_volumes): do as if we were loading icons for the items when there's a submenu. Thus, items are not smaller than the other ones anymore. Finding good icons would be better, though ;-) Fix bug #315132.