From 190fc0a1f75cb763fcefcf6cc0c0d59ffc7d0b2e Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Tue, 7 Dec 2010 19:37:30 +0000 Subject: fix 'j' on MucListTab when row number 0 is selected --- src/room.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/room.py') 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: -- cgit v1.2.3