From 28b2dbcc84ccb553bd02ea8fad2947f0a3effd95 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Wed, 12 Jan 2011 20:18:34 +0100 Subject: Fix InfoTab --- src/tabs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tabs.py') 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 -- cgit v1.2.3