mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
Forgotten file.
This commit is contained in:
parent
5797eabb33
commit
57f9f11bd7
@ -3019,6 +3019,9 @@ gtk_toolbar_finalize (GObject *object)
|
||||
if (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)
|
||||
{
|
||||
ToolbarContent *content = list->data;
|
||||
|
Loading…
Reference in New Issue
Block a user