summaryrefslogtreecommitdiff
path: root/src/tabs/privatetab.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-05-17 15:51:42 +0200
committermathieui <mathieui@mathieui.net>2014-05-17 15:51:42 +0200
commit2dafd6d5cfc612dc50b54d3b1c06e4450df6424e (patch)
tree9ca1947e4b3254e3c9899e6041284cd47e4c0985 /src/tabs/privatetab.py
parenta1f86720d1f5104a4ef8a2cb38ad26504790fee9 (diff)
downloadpoezio-2dafd6d5cfc612dc50b54d3b1c06e4450df6424e.tar.gz
poezio-2dafd6d5cfc612dc50b54d3b1c06e4450df6424e.tar.bz2
poezio-2dafd6d5cfc612dc50b54d3b1c06e4450df6424e.tar.xz
poezio-2dafd6d5cfc612dc50b54d3b1c06e4450df6424e.zip
Only display the supported features when they change
also, check the features every rejoin for PrivateTabs and refresh the window after displaying the features
Diffstat (limited to 'src/tabs/privatetab.py')
-rw-r--r--src/tabs/privatetab.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tabs/privatetab.py b/src/tabs/privatetab.py
index 6ab06744..b68225cf 100644
--- a/src/tabs/privatetab.py
+++ b/src/tabs/privatetab.py
@@ -331,6 +331,7 @@ class PrivateTab(OneToOneTab):
The user (or at least someone with the same nick) came back in the MUC
"""
self.activate()
+ self.check_features()
tab = self.core.get_tab_by_name(safeJID(self.name).bare, MucTab)
color = 3
if tab and config.get_by_tabname('display_user_color_in_join_part', '', self.general_jid, True):