From 11c93a12a32a8d81c099dfc9f00966feeca83189 Mon Sep 17 00:00:00 2001 From: Mathieu Pasquet Date: Sun, 6 Oct 2013 18:09:33 +0200 Subject: Fix a refresh issue in the roster --- src/tabs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tabs.py b/src/tabs.py index c4615f0c..3d38ec2b 100644 --- a/src/tabs.py +++ b/src/tabs.py @@ -2497,6 +2497,7 @@ class RosterInfoTab(Tab): if jid in roster and roster[jid].subscription in ('to', 'both'): return self.core.information('Already subscribed.', 'Roster') roster.add(jid) + roster.modified() def command_name(self, arg): """ -- cgit v1.2.3