diff options
Diffstat (limited to 'src/tabs.py')
-rw-r--r-- | src/tabs.py | 1 |
1 files changed, 1 insertions, 0 deletions
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): """ |