oops, rdlp already fixed it. fix my screwed up commit
This commit is contained in:
parent
72c5a6c5ce
commit
f8b620ce9a
|
@ -2707,10 +2707,6 @@ class RosterWindow:
|
||||||
else:
|
else:
|
||||||
gajim.connections[account].unsubscribe(contact.jid)
|
gajim.connections[account].unsubscribe(contact.jid)
|
||||||
self.remove_contact(contact.jid, account, backend=True)
|
self.remove_contact(contact.jid, account, backend=True)
|
||||||
dialogs.ConfirmationDialogCheck(_('Remove Group'),
|
|
||||||
_('Do you want to remove group %s from the roster?' % group),
|
|
||||||
_('Remove also all contacts in this group from your roster'),
|
|
||||||
on_response_ok=on_ok)
|
|
||||||
|
|
||||||
dialogs.ConfirmationDialogCheck(_('Remove Group'),
|
dialogs.ConfirmationDialogCheck(_('Remove Group'),
|
||||||
_('Do you want to remove group %s from the roster?' % group),
|
_('Do you want to remove group %s from the roster?' % group),
|
||||||
|
|
Loading…
Reference in New Issue