[Pidgin] #14610: creating new 'google talk' group then moving buddy to it deletes buddy
Pidgin
trac at pidgin.im
Fri Sep 16 08:24:53 EDT 2011
#14610: creating new 'google talk' group then moving buddy to it deletes buddy
---------------------+------------------------------------------------------
Reporter: dooglus | Owner: deryni
Type: defect | Status: new
Milestone: 2.10.1 | Component: XMPP
Version: 2.7.11 | Resolution:
Keywords: |
---------------------+------------------------------------------------------
Comment(by dustin):
This is very similar to (but not the same as) ticket #14309:
For a buddy that is only in one group, moving to an empty group updates
pidgin's buddy list, but there isn't any roster update to the server.
This is for the same reason as the bug above (buddy can't be found in the
old group).
(With the patch from BigBrownChunx applied, `jabber_roster_group_change()`
now stores `new_group` in the `groups` list, but `jabber_roster_update()`
still only gets to this point:
{{{
if (!(b = purple_find_buddy(js->gc->account, name)))
return;
}}}
)
--
Ticket URL: <http://developer.pidgin.im/ticket/14610#comment:2>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list