# HG changeset patch # User Elliott Sales de Andrade # Date 1258356358 0 # Node ID 851fcedadd82d065e7a1a988672243eff7dad04e # Parent 7e702319331606d4e1ce3715079344ec0499f079 Rename a smiley theme function to be a bit more descriptive. diff -r 7e7023193316 -r 851fcedadd82 pidgin/gtkprefs.c --- a/pidgin/gtkprefs.c Mon Nov 16 07:25:22 2009 +0000 +++ b/pidgin/gtkprefs.c Mon Nov 16 07:25:58 2009 +0000 @@ -354,7 +354,7 @@ } static void -theme_refresh_theme_list(void) +smileys_refresh_theme_list(void) { GdkPixbuf *pixbuf; GSList *themes; @@ -553,7 +553,7 @@ purple_theme_manager_for_each_theme(prefs_themes_sort); pref_sound_generate_markup(); - theme_refresh_theme_list(); + smileys_refresh_theme_list(); /* set active */ prefs_set_active_theme_combo(prefs_sound_themes_combo_box, prefs_sound_themes, purple_prefs_get_string(PIDGIN_PREFS_ROOT "/sound/theme")); @@ -699,8 +699,6 @@ if (is_smiley_theme) { /* just extract the folder to the smiley directory */ - theme_refresh_theme_list(); - prefs_themes_refresh(); } else if (is_archive) {