changeset 28568:03f613cf8d7a

merge of 'efb8dab3ae8f2d674991cf00fd42b0eeb5f650bc' and 'f345b64214b4b6cb7506a38630acc41649621acc'
author Stu Tomlinson <stu@nosnilmot.com>
date Fri, 04 Sep 2009 13:58:49 +0000
parents c0e940d35b4d (diff) fe5e7cb5bdfd (current diff)
children 9af95186dde4
files
diffstat 3 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Sep 04 10:29:51 2009 +0000
+++ b/ChangeLog	Fri Sep 04 13:58:49 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/NEWS	Fri Sep 04 10:29:51 2009 +0000
+++ b/NEWS	Fri Sep 04 13:58:49 2009 +0000
@@ -9,6 +9,11 @@
 	they have fixed all the major bugs that cropped up.  My thanks to all
 	those names listed as Current Developers in Pidgin's 'About' window.
 
+	Elliott: Well now, just as Mark said, there was a lot of new stuff that
+	probably came up with tons of bugs.  So I can't say I wrote anything
+	super-awesome, but I definitely fixed quite a few of those itty-bitty
+	why-didn't-this-work-this-way sort of bugs.
+
 2.6.1 (08/18/2009):
 	Mark: There were a lot of changes in 2.6.0, and so a few major bugs
 	crept in.  This is a very minor release to fix those bugs.  Sorry for
--- a/pidgin/gtkprefs.c	Fri Sep 04 10:29:51 2009 +0000
+++ b/pidgin/gtkprefs.c	Fri Sep 04 13:58:49 2009 +0000
@@ -1422,6 +1422,7 @@
 		g_free(name);
 
 		pidgin_stock_load_status_icon_theme(theme);
+		pidgin_blist_refresh(purple_get_blist());
 	}
 }