From 3650021d9bcd6f04c602fdca041ff1a52102f7df Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sun, 21 Oct 2007 13:20:01 +0000 Subject: [PATCH] fix removal of several contacts --- 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 9d4b981c7..edc83b108 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -3375,7 +3375,7 @@ class RosterWindow: 'authorization resulting in them always seeing you as offline.') % \ jids dialogs.ConfirmationDialog(pritext, sectext, - on_response_ok = (on_ok, list_)) + on_response_ok = (on_ok2, list_)) def forget_gpg_passphrase(self, keyid):