summaryrefslogtreecommitdiff
path: root/gdk
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-01-11 06:20:17 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-01-11 06:20:17 +0000
commitf35d4e1e47a23902045db45c5fcb5b71a71dab41 (patch)
tree22fe2ffd72dbc2b5117b485a5258911aa5c74239 /gdk
parenta469257a23748e84b0049d8388894e7948347164 (diff)
downloadgtk+-f35d4e1e47a23902045db45c5fcb5b71a71dab41.tar.gz
Allow falling back to another icon theme before hicolor. (#325546, Rodney
2006-01-11 Matthias Clasen <mclasen@redhat.com> Allow falling back to another icon theme before hicolor. (#325546, Rodney Dawes) * gtk/gtksettings.c: Add a gtk-fallback-icon-theme setting. * gdk/x11/gdkevents-x11.c: Map it to the XSetting Net/FallbackIconTheme. * gtk/gtkicontheme.c: Consult the fallback icon theme before looking in hicolor.
Diffstat (limited to 'gdk')
-rw-r--r--gdk/x11/gdkevents-x11.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/x11/gdkevents-x11.c b/gdk/x11/gdkevents-x11.c
index 41a257bf0a..d5fd2d9cab 100644
--- a/gdk/x11/gdkevents-x11.c
+++ b/gdk/x11/gdkevents-x11.c
@@ -2802,6 +2802,7 @@ static const char settings_names[] =
"Net/CursorBlinkTime\0" "gtk-cursor-blink-time\0"
"Net/ThemeName\0" "gtk-theme-name\0"
"Net/IconThemeName\0" "gtk-icon-theme-name\0"
+ "Net/FallbackIconTheme\0" "gtk-fallback-icon-theme\0"
"Gtk/CanChangeAccels\0" "gtk-can-change-accels\0"
"Gtk/ColorPalette\0" "gtk-color-palette\0"
"Gtk/FontName\0" "gtk-font-name\0"