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

View file

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