mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
icon theme: Remove fallbacks
We want to include all needed icons as resources, so disable the fallbacks and see what comes up.
This commit is contained in:
parent
92d6f5e8fd
commit
4df2a4c82c
@ -1300,8 +1300,10 @@ load_themes (GtkIconTheme *icon_theme)
|
||||
* and gnome is a pragmatic solution to prevent missing icons in
|
||||
* GTK+ applications when run under, e.g. KDE.
|
||||
*/
|
||||
#if 0
|
||||
insert_theme (icon_theme, DEFAULT_ICON_THEME);
|
||||
insert_theme (icon_theme, "gnome");
|
||||
#endif
|
||||
insert_theme (icon_theme, FALLBACK_ICON_THEME);
|
||||
priv->themes = g_list_reverse (priv->themes);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user