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:
parent
1e412cacbe
commit
34e3ff804d
|
@ -421,7 +421,6 @@ class MessageWindow(object):
|
||||||
elif keyval == gtk.keysyms.Escape and \
|
elif keyval == gtk.keysyms.Escape and \
|
||||||
gajim.config.get('escape_key_closes'): # Escape
|
gajim.config.get('escape_key_closes'): # Escape
|
||||||
self.remove_tab(control, self.CLOSE_ESC)
|
self.remove_tab(control, self.CLOSE_ESC)
|
||||||
return True
|
|
||||||
|
|
||||||
def _on_close_button_clicked(self, button, control):
|
def _on_close_button_clicked(self, button, control):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue