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.
This commit is contained in:
Matthias Clasen 2014-05-26 23:15:53 -04:00
parent 38daabd838
commit 2488b954f2

View File

@ -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);