cpw.rekkanoryo.prefs_window: dc10c623: Rename a smiley theme function to be a b...
qulogic at pidgin.im
qulogic at pidgin.im
Mon Nov 16 03:15:59 EST 2009
-----------------------------------------------------------------
Revision: dc10c623b77ec4bb37d37c5e674c3d6dceda5ef3
Ancestor: ccba77252374e2a634a9d8ad69b536c117063c58
Author: qulogic at pidgin.im
Date: 2009-11-16T07:25:58
Branch: im.pidgin.cpw.rekkanoryo.prefs_window
URL: http://d.pidgin.im/viewmtn/revision/info/dc10c623b77ec4bb37d37c5e674c3d6dceda5ef3
Modified files:
pidgin/gtkprefs.c
ChangeLog:
Rename a smiley theme function to be a bit more descriptive.
-------------- next part --------------
============================================================
--- pidgin/gtkprefs.c cd5cd6bb20d7967ecf5189963c585c56ed591d8d
+++ pidgin/gtkprefs.c 82fb49bc3abd1383daeb346b8347ccc992473a67
@@ -354,7 +354,7 @@ static void
}
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 t
if (is_smiley_theme) {
/* just extract the folder to the smiley directory */
- theme_refresh_theme_list();
-
prefs_themes_refresh();
} else if (is_archive) {
More information about the Commits
mailing list