forked from AuroraMiddleware/gtk
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:
parent
38daabd838
commit
2488b954f2
@ -449,7 +449,7 @@ gtk_settings_class_init (GtkSettingsClass *class)
|
|||||||
g_param_spec_string ("gtk-icon-theme-name",
|
g_param_spec_string ("gtk-icon-theme-name",
|
||||||
P_("Icon Theme Name"),
|
P_("Icon Theme Name"),
|
||||||
P_("Name of icon theme to use"),
|
P_("Name of icon theme to use"),
|
||||||
"hicolor",
|
"Adwaita",
|
||||||
GTK_PARAM_READWRITE),
|
GTK_PARAM_READWRITE),
|
||||||
NULL);
|
NULL);
|
||||||
g_assert (result == PROP_ICON_THEME_NAME);
|
g_assert (result == PROP_ICON_THEME_NAME);
|
||||||
|
Loading…
Reference in New Issue
Block a user