Small bug introduced when merging changes before the accel group commit :(

This commit is contained in:
James Henstridge 2001-07-27 02:22:41 +00:00
parent c16e87bcba
commit ad4313e26c

View File

@ -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*