diff --git a/src/roster_window.py b/src/roster_window.py index e0ac09144..845a99a23 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -2728,6 +2728,13 @@ _('If "%s" accepts this request you will know his or her status.') % jid) # Get destination group if type_dest == 'group': grp_dest = model[iter_dest][C_JID].decode('utf-8') + if context.action == gtk.gdk.ACTION_COPY: + self.on_drop_in_group(None, account, c_source, grp_dest, context, + etime) + return + self.on_drop_in_group(None, account, c_source, grp_dest, context, + etime) + return else: it = iter_dest while model[it][C_TYPE] == 'contact':