Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gtk
Commits
ad4313e2
Commit
ad4313e2
authored
Jul 27, 2001
by
James Henstridge
Browse files
Small bug introduced when merging changes before the accel group commit :(
parent
c16e87bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
gtk/gtkaccelgroup.c
View file @
ad4313e2
...
...
@@ -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
*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment