GNOME Bugzilla – Bug 632227
[PATCH] alacarte still has icons in buttons
Last modified: 2011-08-22 18:41:25 UTC
Created attachment 172434 [details] Screenshot of Issue Reported at https://bugs.launchpad.net/ubuntu/+source/alacarte/+bug/658979 Alacarte still has icons in buttons even when this is disabled in gconf's /desktop/gnome/interface/buttons_have icons. As you can see in the screenshot attached, the problem is in the 'New Menu', 'New Item', 'Move Up' and 'Move Down' buttons. This is because in the Glade UI file at /usr/share/alacarte/alacarte.ui, the buttons use a custom container to hold the text and button in, rather than the 'Label and Optional Image' option. Attached is a simple patch to fix this issue
Created attachment 172435 [details] [review] Patch to fix the issue
Your patch does not delete a single line but only adds content. Is that intended?
Created attachment 173152 [details] [review] Patch that actually fixes the issue My apologies, I must have created the patch incorrectly. Here is the patch that actually works :)
The following fix has been pushed: 3d4bbfd Avoid icons in buttons
Created attachment 194409 [details] [review] Avoid icons in buttons