pidgin: f0575778: Refresh the buddy list immediately after...
qulogic at pidgin.im
qulogic at pidgin.im
Fri Sep 4 04:05:40 EDT 2009
-----------------------------------------------------------------
Revision: f0575778225d6e0e35734ee63eba530b14173990
Ancestor: a10f18c7ebd252d1627bda97ac796e21bd81a6c1
Author: qulogic at pidgin.im
Date: 2009-09-04T07:53:48
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/f0575778225d6e0e35734ee63eba530b14173990
Modified files:
ChangeLog pidgin/gtkprefs.c
ChangeLog:
Refresh the buddy list immediately after changing the buddy icon theme.
Fixes #10196.
-------------- next part --------------
============================================================
--- ChangeLog c4294c0c9d172409e6c49379953b0c00e8c3b398
+++ ChangeLog 9d7b6400a41b81e26c48c11ab4bacd624abdb1c8
@@ -49,6 +49,8 @@ version 2.6.2 (09/04/2009):
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
============================================================
--- pidgin/gtkprefs.c c8301a06fcebed629adfd4853d8e696f495d7488
+++ pidgin/gtkprefs.c 47b5c456269fd8a22fe46f7a7a7dd8bbb642dad6
@@ -1422,6 +1422,7 @@ prefs_set_status_icon_theme_cb(GtkComboB
g_free(name);
pidgin_stock_load_status_icon_theme(theme);
+ pidgin_blist_refresh(purple_get_blist());
}
}
More information about the Commits
mailing list