[rhythmbox] fix icon search path generation for ~/.gnome2/rhythmbox/icons (bug #595966)



commit 33b154436198eba381fe932eaaf48b10211f10c5
Author: Christian Becke <christianbecke web de>
Date:   Mon Oct 5 12:14:24 2009 +1000

    fix icon search path generation for ~/.gnome2/rhythmbox/icons (bug #595966)

 lib/rb-stock-icons.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/lib/rb-stock-icons.c b/lib/rb-stock-icons.c
index da224bb..264633a 100644
--- a/lib/rb-stock-icons.c
+++ b/lib/rb-stock-icons.c
@@ -84,6 +84,9 @@ rb_stock_icons_init (void)
 	 * and should be removed at some point.
 	 */
 	dot_icon_dir = g_build_filename (rb_dot_dir (), "icons", NULL);
+	gtk_icon_theme_append_search_path (theme, dot_icon_dir);
+	g_free (dot_icon_dir);
+
 	dot_icon_dir = g_build_filename (rb_user_data_dir (), "icons", NULL);
 	gtk_icon_theme_append_search_path (theme, dot_icon_dir);
 	g_free (dot_icon_dir);



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