forked from AuroraMiddleware/gtk
Forgotten file.
This commit is contained in:
parent
5797eabb33
commit
57f9f11bd7
@ -3019,6 +3019,9 @@ gtk_toolbar_finalize (GObject *object)
|
|||||||
if (toolbar->tooltips)
|
if (toolbar->tooltips)
|
||||||
g_object_unref (toolbar->tooltips);
|
g_object_unref (toolbar->tooltips);
|
||||||
|
|
||||||
|
if (priv->arrow_button)
|
||||||
|
gtk_widget_unparent (priv->arrow_button);
|
||||||
|
|
||||||
for (list = priv->content; list != NULL; list = list->next)
|
for (list = priv->content; list != NULL; list = list->next)
|
||||||
{
|
{
|
||||||
ToolbarContent *content = list->data;
|
ToolbarContent *content = list->data;
|
||||||
|
Loading…
Reference in New Issue
Block a user