changeset ad169d67663a in tryton:default
details: https://hg.tryton.org/tryton?cmd=changeset&node=ad169d67663a
description:
        Fix typo in Gdk identifier

        issue10882
        review354241002
diffstat:

 tryton/gui/window/win_export.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 795501d0c8d1 -r ad169d67663a tryton/gui/window/win_export.py
--- a/tryton/gui/window/win_export.py   Tue Oct 19 00:23:30 2021 +0200
+++ b/tryton/gui/window/win_export.py   Wed Oct 20 15:18:58 2021 +0200
@@ -447,7 +447,7 @@
             return True
 
     def export_keypress(self, treeview, event):
-        if event.keyval not in [Gdk.KEY_Return, Gdk.KEY_.space]:
+        if event.keyval not in [Gdk.KEY_Return, Gdk.KEY_space]:
             return
         model, selected = treeview.get_selection().get_selected()
         if not selected:

Reply via email to