From f8b620ce9a4ccd6402f12ddae08225f4c54a9716 Mon Sep 17 00:00:00 2001 From: Brendan Taylor Date: Sun, 31 Aug 2008 23:04:36 +0000 Subject: [PATCH] oops, rdlp already fixed it. fix my screwed up commit --- src/roster_window.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/roster_window.py b/src/roster_window.py index 6f2a9e377..52a729ffe 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -2707,10 +2707,6 @@ class RosterWindow: else: gajim.connections[account].unsubscribe(contact.jid) 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'), _('Do you want to remove group %s from the roster?' % group),