[libgnomekbd] Using append, not prepend for the icons dir



commit b23dfdbe3a0374b20d155d1a22a90d4f5163d452
Author: Sergey V. Udaltsov <svu gnome org>
Date:   Wed Jan 19 23:18:44 2011 +0000

    Using append, not prepend for the icons dir
    
    To let other dirs have preferences, the libgnomekbd icons dir is a fallback

 libgnomekbd/gkbd-indicator-config.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgnomekbd/gkbd-indicator-config.c b/libgnomekbd/gkbd-indicator-config.c
index a17ffb7..fdf008b 100644
--- a/libgnomekbd/gkbd-indicator-config.c
+++ b/libgnomekbd/gkbd-indicator-config.c
@@ -257,7 +257,7 @@ gkbd_indicator_config_init (GkbdIndicatorConfig * ind_config,
 							     NULL));
 	g_free (sp);
 
-	gtk_icon_theme_prepend_search_path (ind_config->icon_theme, ICONSDIR);
+	gtk_icon_theme_append_search_path (ind_config->icon_theme, ICONSDIR);
 }
 
 void



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