now I am sure, so say it in FIXME for sure

This commit is contained in:
Nikos Kouremenos 2005-10-29 15:15:47 +00:00
parent 0134fbb283
commit c37dd39f65
1 changed files with 2 additions and 3 deletions

View File

@ -60,9 +60,8 @@ class ConversationTextview(gtk.TextView):
self.connect('populate_popup', self.on_textview_populate_popup)
self.connect('button_press_event', self.on_textview_button_press_event)
# FIXME: 0.8.2 glade had this, are we sure it got removed in svn
# before this patch was ocmmited?
#self.connect('key_press_event', on_conversation_textview_key_press_event)
# FIXME: svn glade file had this
#self.connect('key_press_event', self.on_conversation_textview_key_press_event)
self.account = account
self.change_cursor = None