From 21f69a6461a12704c97fad51d7ac709faab90cdc Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 27 Oct 2003 11:59:10 +0000 Subject: Sink after ref 2003-10-27 Marco Pesenti Gritti * lib/egg/egg-editable-toolbar.c: (egg_editable_toolbar_set_fixed): Sink after ref --- lib/egg/egg-editable-toolbar.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/egg') diff --git a/lib/egg/egg-editable-toolbar.c b/lib/egg/egg-editable-toolbar.c index 2e473fee0..349f6514a 100755 --- a/lib/egg/egg-editable-toolbar.c +++ b/lib/egg/egg-editable-toolbar.c @@ -1081,6 +1081,7 @@ egg_editable_toolbar_set_fixed (EggEditableToolbar *etoolbar, etoolbar->priv->fixed_toolbar = gtk_toolbar_new (); gtk_toolbar_set_show_arrow (GTK_TOOLBAR (etoolbar->priv->fixed_toolbar), FALSE); g_object_ref (etoolbar->priv->fixed_toolbar); + gtk_object_sink (GTK_OBJECT (etoolbar->priv->fixed_toolbar)); fixed_item = GTK_WIDGET (gtk_tool_item_new ()); gtk_toolbar_insert (GTK_TOOLBAR (etoolbar->priv->fixed_toolbar), -- cgit v1.2.3