From 92f579aa798f7cf8f895f9dfad28d2a4cd383fbd Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 16 Oct 2006 19:02:49 +0000 Subject: [PATCH] use correct account name when DND'ing contacts. fixes #2531 --- src/roster_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/roster_window.py b/src/roster_window.py index 595cec37f..836d129ac 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -3863,7 +3863,7 @@ _('If "%s" accepts this request you will know his or her status.') % jid) menu = gtk.Menu() item = gtk.MenuItem(_('Drop %s in group %s') % (c_source.name, grp_dest)) - item.connect('activate', self.on_drop_in_group, account_dest, c_source, + item.connect('activate', self.on_drop_in_group, account_source, c_source, grp_dest, context, etime, grp_source) menu.append(item) c_dest = gajim.contacts.get_contact_with_highest_priority(