From 21041225ab82f2e13a12f163189110df03c2a598 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 23 Feb 2005 01:23:19 +0000 Subject: Unparent the fixed toolbar before destroying the dock. 2005-02-23 Christian Persch * lib/egg/egg-editable-toolbar.c: (toolbar_removed_cb): Unparent the fixed toolbar before destroying the dock. --- ChangeLog | 6 ++++++ lib/egg/egg-editable-toolbar.c | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0d1d98517..bb0cf7976 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-02-23 Christian Persch + + * lib/egg/egg-editable-toolbar.c: (toolbar_removed_cb): + + Unparent the fixed toolbar before destroying the dock. + 2005-02-23 Christian Persch * src/ephy-fullscreen-popup.c: diff --git a/lib/egg/egg-editable-toolbar.c b/lib/egg/egg-editable-toolbar.c index 58a9c67b2..cd802d6d0 100755 --- a/lib/egg/egg-editable-toolbar.c +++ b/lib/egg/egg-editable-toolbar.c @@ -837,6 +837,11 @@ toolbar_removed_cb (EggToolbarsModel *model, { GtkWidget *toolbar; + if (position == 0 && t->priv->fixed_toolbar != NULL) + { + unparent_fixed (t); + } + toolbar = get_dock_nth (t, position); gtk_widget_destroy (toolbar); -- cgit v1.2.3