Josip 26c50fdbdd Quick search with Czech characters -> Crash
Crash happen when checking for "event.string" in "treeview_keypress"
function in "gramps/gui/widgets/interactivesearchbox.py"
Note that

https://lazka.github.io/pgi-docs/Gdk-3.0/classes/EventKey.html#Gdk.EventKey
says it is deprecated and should never be used.

Gdk.keyval_to_unicode return the corresponding unicode character, or 0
if there is no corresponding character.

Fixes #9130.

(cherry picked from commit bc1724533171fe69a6a775101d8d4318ba05b396)
2017-06-10 18:52:18 +02:00
..
2015-05-21 09:42:00 -07:00
2015-03-18 03:25:39 -04:00
2015-04-03 13:28:54 +11:00
2016-12-17 21:38:51 -08:00