diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-01-12 20:18:34 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-01-12 20:18:34 +0100 |
commit | 28b2dbcc84ccb553bd02ea8fad2947f0a3effd95 (patch) | |
tree | 41cafe5f23d08c83b0f4acf649f8af2a46f41e6c /src/tabs.py | |
parent | 6d4e5c069ec1a953f01c1abacc398a05c5a1485d (diff) | |
download | poezio-28b2dbcc84ccb553bd02ea8fad2947f0a3effd95.tar.gz poezio-28b2dbcc84ccb553bd02ea8fad2947f0a3effd95.tar.bz2 poezio-28b2dbcc84ccb553bd02ea8fad2947f0a3effd95.tar.xz poezio-28b2dbcc84ccb553bd02ea8fad2947f0a3effd95.zip |
Fix InfoTab
Diffstat (limited to 'src/tabs.py')
-rw-r--r-- | src/tabs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabs.py b/src/tabs.py index 1c0e4d93..c7ba1b50 100644 --- a/src/tabs.py +++ b/src/tabs.py @@ -308,7 +308,7 @@ class InfoTab(ChatTab): return False def on_enter(self): - self.execute_command(self.input_enter_key()) + self.execute_command(self.input.key_enter()) def on_lose_focus(self): self.color_state = theme.COLOR_TAB_NORMAL |