summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2011-04-17 13:55:34 +0200
committerFlorent Le Coz <louiz@louiz.org>2011-04-17 13:55:34 +0200
commitcd623aef588cd9eabbe241a6f71242475f452995 (patch)
treebb3dc2aad5ea64c10747887e387a89f82f17ba05 /src
parent8bbe01d74f25c2521514c85dbbc11061f963b035 (diff)
downloadpoezio-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.py2
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()