From 33a9f1434f1fe85db4bf78b8524037356079d5c3 Mon Sep 17 00:00:00 2001 From: mathieui Date: Wed, 24 Jul 2013 21:34:14 +0200 Subject: Fix contact removal --- src/tabs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tabs.py') diff --git a/src/tabs.py b/src/tabs.py index eb5b2192..3890adaf 100644 --- a/src/tabs.py +++ b/src/tabs.py @@ -2613,8 +2613,8 @@ class RosterInfoTab(Tab): else: self.core.information('No roster item to remove') return + roster.remove(jid) del roster[jid] - roster.modified() def command_import(self, arg): """ -- cgit v1.2.3