Mercurial > pidgin
diff ChangeLog @ 27842:f9cf1e14838b
irc: Handle a buddy appearing in multiple groups properly.
Handle multiple PurpleBuddy's corresponding to the same buddy with a reference
count in struct irc_buddy and fix a string corruption that would be caused
by using g_hash_table_insert instead of replace (the wrong string is freed).
| author | Paul Aurich <paul@darkrain42.org> |
|---|---|
| date | Thu, 06 Aug 2009 04:59:12 +0000 |
| parents | 4a80e0f7f185 |
| children | 13304cc385d7 |
line wrap: on
line diff
--- a/ChangeLog Thu Aug 06 03:23:05 2009 +0000 +++ b/ChangeLog Thu Aug 06 04:59:12 2009 +0000 @@ -45,6 +45,7 @@ the dialog icons, and the Buddy List emblems. * Build properly on Hurd. (Marc Dequènes) * Various memory leaks fixed as reported by Josh Mueller. + * Properly handle an IRC buddy appearing in multiple groups. AIM and ICQ: * Preliminary support for a new authentication scheme called
