chiark / gitweb /
Since r6711, puzzles built with Gtk 1.2 would take double actions when a menu
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Mon, 26 Jun 2006 22:01:51 +0000 (22:01 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Mon, 26 Jun 2006 22:01:51 +0000 (22:01 +0000)
commitcfcd8cf8c5dda9e3c14cd7df67a4e4f6caaaca3a
tree90a967a5835646963784621403acfd88ee24e8b1
parentd952a3b6ffb62e56f29760cfe843e5c0fc43c96a
Since r6711, puzzles built with Gtk 1.2 would take double actions when a menu
accelerator key (N/U/R/Q) was pressed -- once for the menu accelerator, and
once more in key_event().
This workaround, while unlovely, should at least not break in future (since the
things it relies on are unlikely to change).

[originally from svn r6745]
[r6711 == 077aa510c78f3273bd0d4ca4f1ca14780822ebf9]
gtk.c