Since r6711, puzzles built with Gtk 1.2 would take double actions when a menu
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Mon, 26 Jun 2006 22:01:51 +0000 (22:01 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Mon, 26 Jun 2006 22:01:51 +0000 (22:01 +0000)
commit08d7c4ba7266c626d28273750218446d3c693805
tree90a967a5835646963784621403acfd88ee24e8b1
parent47432032eba71c1b53827eeeaf44fd35b811fe1b
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).

git-svn-id: svn://svn.tartarus.org/sgt/puzzles@6745 cda61777-01e9-0310-a592-d414129be87e
gtk.c