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
Binyamin Darshan Hcohen
libdazzle
Commits
29a4dbbd
Commit
29a4dbbd
authored
Jul 28, 2018
by
Christian Hergert
Browse files
menu-button: stash appropriate widget for destruction
parent
a253f4d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/menus/dzl-menu-button.c
View file @
29a4dbbd
...
...
@@ -126,7 +126,7 @@ dzl_menu_button_items_changed (DzlMenuButton *self,
for
(
guint
i
=
0
;
i
<
removed
;
i
++
)
{
GtkWidget
*
child
=
dzl_box_get_nth_child
(
priv
->
popover_box
,
position
);
GtkWidget
*
child
=
dzl_box_get_nth_child
(
priv
->
popover_box
,
position
+
i
);
children
=
g_list_prepend
(
children
,
g_object_ref
(
child
));
}
...
...
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