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:
@@ -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
|
||||
|
Reference in New Issue
Block a user