# HG changeset patch # User Elliott Sales de Andrade # Date 1252050828 0 # Node ID c566d7f23251b7a91b124956ec995991716417bf # Parent 0357ae320ba5e3141ecf8d9158f2bf522f96f9eb Refresh the buddy list immediately after changing the buddy icon theme. Fixes #10196. diff -r 0357ae320ba5 -r c566d7f23251 ChangeLog --- 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 diff -r 0357ae320ba5 -r c566d7f23251 pidgin/gtkprefs.c --- 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()); } }