[gtk+] Add Adwaita to the list of default icon themes
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Add Adwaita to the list of default icon themes
- Date: Sat, 26 Apr 2014 14:16:09 +0000 (UTC)
commit b6e724e76fb3fb14b30aa1a2fee94dba5e858ef9
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Apr 26 10:14:38 2014 -0400
Add Adwaita to the list of default icon themes
Hardcode the fallback to Adwaita. I'm leaving gnome in here for
now, since we're in the middle of the transition. It will be
removed before 3.14.
gtk/gtkicontheme.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c
index a5aa468..2d40287 100644
--- a/gtk/gtkicontheme.c
+++ b/gtk/gtkicontheme.c
@@ -1256,6 +1256,7 @@ load_themes (GtkIconTheme *icon_theme)
* in gnome is a pragmatic solution to prevent missing
* icons in GTK+ applications when run under, e.g. KDE.
*/
+ insert_theme (icon_theme, "Adwaita");
insert_theme (icon_theme, "gnome");
insert_theme (icon_theme, DEFAULT_THEME_NAME);
priv->themes = g_list_reverse (priv->themes);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]