GNOME Bugzilla – Bug 362880
Assistive Technologies dialog ignores gtk-button-images option in ~/.gtkrc-2.0
Last modified: 2007-05-05 11:13:49 UTC
Please describe the problem: I have the following one line in my ~/.gtkrc-2.0 file: gtk-button-images=0 This is supposed to disable the icons for buttons in gtk apps. However, this does not happen. I have tried restarting the computer and yet this setting does not take effect. The icons to the left of "Start" and "Settings" are still displayed. So the assistive technologies dialog seems to ignore the option in gtkrc-2.0 Steps to reproduce: 1. Add a line in ~/.gtkrc-2.0 file: gtk-button-images=0 2. Open the Assistive Technologies preferences window Expected results: The button icons should not be visible. Does this happen every time? Yes. Note: Initially observed on an updated Ubuntu Edgy beta installation
I suspect this is a problem with the glade interface file, since glade does not appear to support this option for custom buttons.
2007-05-05 Jens Granseuer <jensgr@gmx.net> * at-enable-dialog.glade: * main.c: (create_dialog): set button images via code instead of relying on glade, so they respect the gtk-button-images xsetting (closes bug #362880)