summaryrefslogtreecommitdiff
path: root/gtk/gtksettings.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-05-26 23:15:53 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-05-26 23:17:32 -0400
commit2488b954f24c01f99995ff22898628c57b4aedc1 (patch)
tree8bd3235777bb44ade2e60a773d7a1b145664096b /gtk/gtksettings.c
parent38daabd8380b4eedd910966ff4c72fcc8847cf73 (diff)
downloadgtk+-2488b954f24c01f99995ff22898628c57b4aedc1.tar.gz
Don't use hicolor as the default icon-theme
The icontheme lookup code has a special-case that prefers builtin icons if the theme name is "hicolor". This is problematic for our reftests, which run in a barebones environment with not settings.
Diffstat (limited to 'gtk/gtksettings.c')
-rw-r--r--gtk/gtksettings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtksettings.c b/gtk/gtksettings.c
index 2fd210834c..382fecff30 100644
--- a/gtk/gtksettings.c
+++ b/gtk/gtksettings.c
@@ -449,7 +449,7 @@ gtk_settings_class_init (GtkSettingsClass *class)
g_param_spec_string ("gtk-icon-theme-name",
P_("Icon Theme Name"),
P_("Name of icon theme to use"),
- "hicolor",
+ "Adwaita",
GTK_PARAM_READWRITE),
NULL);
g_assert (result == PROP_ICON_THEME_NAME);