damn copy paste

This commit is contained in:
Nikos Kouremenos 2005-11-03 17:20:52 +00:00
parent 9b5a55ea7d
commit b5831c5e8d
1 changed files with 1 additions and 1 deletions

View File

@ -577,7 +577,7 @@ class GroupchatWindow(chat.Chat):
def on_message_textview_key_press_event(self, widget, event):
'''we use this cb instead of my_key_press to catch everything else
that is not registered as binding (see message_textview.py)'''
chat.Chat.on_chat_notebook_key_press_event(self, widget, event)
chat.Chat.on_message_textview_key_press_event(self, widget, event)
def on_message_textview_mykeypress_event(self, widget, event_keyval,
event_keymod):