1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00

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. */
gtk_action_group_add_action_with_accel ((GtkActionGroup *) action_group,
(GtkAction *) action,
accelerator);
(GtkAction *) action, NULL);
}
void