Skip to content
Snippets Groups Projects
Commit 34e3ff80 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

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

parent 1e412cac
No related branches found
No related tags found
No related merge requests found
......@@ -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):
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment