Mercurial > pidgin
changeset 28574:851fcedadd82
Rename a smiley theme function to be a bit more descriptive.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Mon, 16 Nov 2009 07:25:58 +0000 |
parents | 7e7023193316 |
children | 3e96fb2825e7 |
files | pidgin/gtkprefs.c |
diffstat | 1 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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) {