Always return GTK_RESPONSE_OK for accepted shortcut keys (fixes #20)
Commit a41dcb19 replaced the deprecated gtk_keyboard_ungrab code but also erroneously put the gtk_dialog_response call inside the gdk_seat_grab check, while it should be inside the shortcut_accepted check. This commit restores the original logic, thus properly setting the accepted shortcut key and closing the dialog.
Edited by Gaël Bonithon
Merge request reports
Activity
Filter activity
Please register or sign in to reply