[balsa] Set gnome-icon-theme as fallback



commit 8075751b0e323847f81c54611e93b2164af57e7d
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Fri Oct 9 20:51:28 2009 -0400

    Set gnome-icon-theme as fallback

 ChangeLog       |    8 ++++++++
 configure.in    |    1 +
 src/balsa-app.c |    3 +++
 3 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 59a370b..dec4581 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-10-09   Stanislav Brabec
+
+	Fix #596309
+
+	* configure.in: require gnome-icon-theme.
+	* src/balsa-app.c (balsa_app_init): set gnome-icon-theme as
+	fallback.
+
 2009-10-08  Peter Bloomfield
 
 	* src/address-book-config.c (create_local_dialog,
diff --git a/configure.in b/configure.in
index 1e95eea..8d9e322 100644
--- a/configure.in
+++ b/configure.in
@@ -329,6 +329,7 @@ glib-2.0 >= 2.16.0
 gtk+-2.0 >= 2.14.0
 gmime-2.4
 gio-2.0
+gnome-icon-theme
 $gnome_extras
 ])
 
diff --git a/src/balsa-app.c b/src/balsa-app.c
index e172497..ad7a8f2 100644
--- a/src/balsa-app.c
+++ b/src/balsa-app.c
@@ -443,6 +443,9 @@ balsa_app_init(void)
     /* Message filing */
     balsa_app.folder_mru=NULL;
     balsa_app.fcc_mru=NULL;
+
+    g_object_set (gtk_settings_get_default (),
+		  "gtk-fallback-icon-theme", "gnome", NULL);
 }
 
 void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]