changeset 28566:c566d7f23251

Refresh the buddy list immediately after changing the buddy icon theme. Fixes #10196.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 04 Sep 2009 07:53:48 +0000
parents 0357ae320ba5
children c0e940d35b4d
files ChangeLog pidgin/gtkprefs.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Sep 04 06:33:46 2009 +0000
+++ b/ChangeLog	Fri Sep 04 07:53:48 2009 +0000
@@ -49,6 +49,8 @@
 	  the type of call (headphone or webcam).
 	* Customized sound files are no longer reset whenever opening the
 	  Preferences dialog.
+	* The buddy list should now immediately refresh upon changing the icon
+	  theme.
 
 version 2.6.1 (08/18/2009):
 	* Fix a crash when some users send you a link in a Yahoo IM
--- a/pidgin/gtkprefs.c	Fri Sep 04 06:33:46 2009 +0000
+++ b/pidgin/gtkprefs.c	Fri Sep 04 07:53:48 2009 +0000
@@ -1422,6 +1422,7 @@
 		g_free(name);
 
 		pidgin_stock_load_status_icon_theme(theme);
+		pidgin_blist_refresh(purple_get_blist());
 	}
 }