Skip to content

src/gtk-utils.c: Mark the accelerator activation has handled

Andrea Azzarone requested to merge azzaronea/file-roller:fix-issue-37 into master

The closure executed upon accelerator activation should return GDK_EVENT_STOP (TRUE) if the event has been handled and GDK_EVENT_PROPAGATE otherwise. This prevents CTRL+F to be activated twice for a single key press.

Closes: #37 (closed)

Merge request reports