summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Sales de Andrade <qulogic@pidgin.im>2009-11-16 07:25:58 +0000
committerElliott Sales de Andrade <qulogic@pidgin.im>2009-11-16 07:25:58 +0000
commit8a7c5239cf3f9b38616c6b5d0ec0fab520b4ca98 (patch)
treeb9dffa74f5ab4fcbcbe3c42f44fac4fdfd4bd451
parent28e1330ffc781fe50be82b3ef09685baaf7f5353 (diff)
downloadpidgin-8a7c5239cf3f9b38616c6b5d0ec0fab520b4ca98.tar.gz
Rename a smiley theme function to be a bit more descriptive.
-rw-r--r--pidgin/gtkprefs.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/pidgin/gtkprefs.c b/pidgin/gtkprefs.c
index 1d2b49f909..42344bbdb0 100644
--- a/pidgin/gtkprefs.c
+++ b/pidgin/gtkprefs.c
@@ -354,7 +354,7 @@ get_theme_markup(const char *name, gboolean custom, const char *author,
}
static void
-theme_refresh_theme_list(void)
+smileys_refresh_theme_list(void)
{
GdkPixbuf *pixbuf;
GSList *themes;
@@ -553,7 +553,7 @@ prefs_themes_refresh(void)
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 @@ theme_install_theme(char *path, struct theme_info *info)
if (is_smiley_theme) {
/* just extract the folder to the smiley directory */
- theme_refresh_theme_list();
-
prefs_themes_refresh();
} else if (is_archive) {