summaryrefslogtreecommitdiff
path: root/src/room.py
diff options
context:
space:
mode:
authorlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-12-07 19:37:30 +0000
committerlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-12-07 19:37:30 +0000
commit190fc0a1f75cb763fcefcf6cc0c0d59ffc7d0b2e (patch)
treeb232899d917d3691e24ed01df9b446190fc482da /src/room.py
parent9671db59807932ba1ed914d092d00a63dd7280ae (diff)
downloadpoezio-190fc0a1f75cb763fcefcf6cc0c0d59ffc7d0b2e.tar.gz
poezio-190fc0a1f75cb763fcefcf6cc0c0d59ffc7d0b2e.tar.bz2
poezio-190fc0a1f75cb763fcefcf6cc0c0d59ffc7d0b2e.tar.xz
poezio-190fc0a1f75cb763fcefcf6cc0c0d59ffc7d0b2e.zip
fix 'j' on MucListTab when row number 0 is selected
Diffstat (limited to 'src/room.py')
-rw-r--r--src/room.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/room.py b/src/room.py
index 74203a36..62ece926 100644
--- a/src/room.py
+++ b/src/room.py
@@ -111,8 +111,6 @@ class Room(TextBuffer):
self.color_state != theme.COLOR_TAB_CURRENT:
if self.color_state != theme.COLOR_TAB_HIGHLIGHT:
self.set_color_state(theme.COLOR_TAB_NEW_MESSAGE)
- # elif self.jid:
- # self.set_color_state(theme.COLOR_TAB_PRIVATE)
if not nickname:
color = theme.COLOR_INFORMATION_TEXT
else: