Menu|Item: Fix FIXME re non-const interned strings

These are members of the private struct, so it hurts no one to fix this.
This commit is contained in:
Daniel Boles
2018-04-17 20:03:07 +01:00
parent a7a4a459ea
commit 0c46d94ec3
4 changed files with 5 additions and 6 deletions

View File

@ -45,7 +45,7 @@ struct _GtkMenuPrivate
GtkWidget *old_active_menu_item;
GtkAccelGroup *accel_group;
gchar *accel_path;
const char *accel_path;
GtkMenuPositionFunc position_func;
gpointer position_func_data;