From fc8ce911b63ee1197effa81591c73fe8cab353d2 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Fri, 31 Oct 2003 10:56:24 +0000 Subject: When changing toolbar unhighlight the old one, not the new 2003-10-31 Marco Pesenti Gritti * lib/egg/egg-editable-toolbar.c: (toolbar_drag_motion_cb): When changing toolbar unhighlight the old one, not the new --- lib/egg/egg-editable-toolbar.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/egg') diff --git a/lib/egg/egg-editable-toolbar.c b/lib/egg/egg-editable-toolbar.c index f9f139422..d01b0b3d8 100755 --- a/lib/egg/egg-editable-toolbar.c +++ b/lib/egg/egg-editable-toolbar.c @@ -559,7 +559,8 @@ toolbar_drag_motion_cb (GtkWidget *widget, if (etoolbar->priv->target_toolbar != toolbar) { if (etoolbar->priv->target_toolbar) - gtk_toolbar_set_drop_highlight_item (toolbar, NULL, 0); + gtk_toolbar_set_drop_highlight_item + (etoolbar->priv->target_toolbar, NULL, 0); free_dragged_item (etoolbar); etoolbar->priv->pending = TRUE; -- cgit v1.2.3