diff options
author | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-11-11 04:37:48 +0000 |
---|---|---|
committer | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-11-11 04:37:48 +0000 |
commit | d502f4a525bd2eabb6f6ef2c19128318f6423953 (patch) | |
tree | fe444068e11d1fa91bf312e004928d75cf46bb49 /src/tab.py | |
parent | f9b386d27fd96df1014a7d2559dd8d5a4237c0c1 (diff) | |
download | poezio-d502f4a525bd2eabb6f6ef2c19128318f6423953.tar.gz poezio-d502f4a525bd2eabb6f6ef2c19128318f6423953.tar.bz2 poezio-d502f4a525bd2eabb6f6ef2c19128318f6423953.tar.xz poezio-d502f4a525bd2eabb6f6ef2c19128318f6423953.zip |
fix the new-subject message and the /part command
Diffstat (limited to 'src/tab.py')
-rw-r--r-- | src/tab.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -481,6 +481,7 @@ class RosterInfoTab(Tab): self._color_state = theme.COLOR_TAB_NORMAL def on_gain_focus(self): + log.debug('on_gain_focus\n') self._color_state = theme.COLOR_TAB_CURRENT curses.curs_set(0) |