diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-04-17 13:55:34 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-04-17 13:55:34 +0200 |
commit | cd623aef588cd9eabbe241a6f71242475f452995 (patch) | |
tree | bb3dc2aad5ea64c10747887e387a89f82f17ba05 /src | |
parent | 8bbe01d74f25c2521514c85dbbc11061f963b035 (diff) | |
download | poezio-cd623aef588cd9eabbe241a6f71242475f452995.tar.gz poezio-cd623aef588cd9eabbe241a6f71242475f452995.tar.bz2 poezio-cd623aef588cd9eabbe241a6f71242475f452995.tar.xz poezio-cd623aef588cd9eabbe241a6f71242475f452995.zip |
Litter bug on roster presence
Diffstat (limited to 'src')
-rw-r--r-- | src/core.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.py b/src/core.py index 557b29b0..2bce73db 100644 --- a/src/core.py +++ b/src/core.py @@ -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() |