mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
app: do not register shortcuts with deprecated GtkActionGroup code anymore.
This commit is contained in:
parent
83c466bdec
commit
1b48792089
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue