Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ZenWalker
Glade
Commits
295db1f5
Commit
295db1f5
authored
Dec 31, 2010
by
Tristan Van Berkom
Browse files
Fixed bad merge on last cherry-pick
parent
c830b375
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/gtk+/glade-gtk.c
View file @
295db1f5
...
...
@@ -7208,10 +7208,11 @@ glade_gtk_tool_item_constructor (GType type,
}
void
glade_gtk_tool_item_post_create
(
GladeWidgetAdaptor
*
adaptor
,
GObject
*
object
,
GladeCreateReason
reason
)
glade_gtk_tool_item_post_create
(
GladeWidgetAdaptor
*
adaptor
,
GObject
*
object
,
GladeCreateReason
reason
)
{
g_return_if_fail
(
GTK_IS_TOOL_ITEM
(
object
)
)
;
GladeWidget
*
gitem
=
glade_widget_get_from_gobject
(
object
);
if
(
GTK_IS_SEPARATOR_TOOL_ITEM
(
object
))
return
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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