mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 21:51:08 +00:00
Small bug introduced when merging changes before the accel group commit :(
This commit is contained in:
parent
c16e87bcba
commit
ad4313e26c
@ -171,6 +171,8 @@ gtk_accel_group_new (void)
|
||||
GtkAccelGroup *accel_group;
|
||||
|
||||
accel_group = (GtkAccelGroup *)g_object_new(GTK_TYPE_ACCEL_GROUP, NULL);
|
||||
|
||||
return accel_group;
|
||||
}
|
||||
|
||||
GtkAccelGroup*
|
||||
|
Loading…
Reference in New Issue
Block a user