don't block key pressed events to go until textview so that ctrl+W work in Emacs theme. Fixes #6786

This commit is contained in:
Yann Leboulanger 2011-05-26 19:38:09 +02:00
parent 1e412cacbe
commit 34e3ff804d
1 changed files with 0 additions and 1 deletions

View File

@ -421,7 +421,6 @@ class MessageWindow(object):
elif keyval == gtk.keysyms.Escape and \
gajim.config.get('escape_key_closes'): # Escape
self.remove_tab(control, self.CLOSE_ESC)
return True
def _on_close_button_clicked(self, button, control):
"""