Litter bug on roster presence
This commit is contained in:
parent
8bbe01d74f
commit
cd623aef58
1 changed files with 1 additions and 1 deletions
|
@ -575,7 +575,7 @@ class Core(object):
|
|||
resource.set_presence(status)
|
||||
resource.set_priority(priority)
|
||||
resource.set_status(status_message)
|
||||
if isinstance(self.current_tab(), tabs.RosterTab) or\
|
||||
if isinstance(self.current_tab(), tabs.InfoTab) or\
|
||||
isinstance(self.current_tab(), tabs.RosterInfoTab):
|
||||
self.refresh_window()
|
||||
|
||||
|
|
Loading…
Reference in a new issue