app: do not register shortcuts with deprecated GtkActionGroup code anymore.

This commit is contained in:
Jehan 2023-02-27 15:56:11 +01:00
parent 83c466bdec
commit 1b48792089
1 changed files with 1 additions and 2 deletions

View File

@ -336,8 +336,7 @@ gimp_action_group_add_action_with_accel (GimpActionGroup *action_group,
/* TODO: remove the old logic with GtkAction. */
gtk_action_group_add_action_with_accel ((GtkActionGroup *) action_group,
(GtkAction *) action,
accelerator);
(GtkAction *) action, NULL);
}
void