From 748a94321a69d4220b97d75cc5e64aa15a2112c7 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 1 Nov 2004 14:48:55 +0000 Subject: Don't deactivate the toolbar when another item in the same toolbar gains 2004-11-01 Christian Persch * lib/widgets/ephy-location-entry.c: (ephy_location_entry_init), (ephy_location_entry_activate): * src/ephy-location-action.c: (ephy_location_action_class_init): * src/ephy-window.c: (ephy_window_init): * src/toolbar.c: (toolbar_class_init), (toolbar_finalize), (maybe_finish_activation_cb), (toolbar_activate_location), (toolbar_update_zoom), (toolbar_new): * src/toolbar.h: Don't deactivate the toolbar when another item in the same toolbar gains focus. Fixes bug #155650. --- src/ephy-window.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ephy-window.c') diff --git a/src/ephy-window.c b/src/ephy-window.c index 4be634d05..bb5f7ad33 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -2391,6 +2391,9 @@ ephy_window_init (EphyWindow *window) window->priv->toolbar = toolbar_new (window); window->priv->bookmarksbar = ephy_bookmarksbar_new (window); + g_signal_connect_swapped (window->priv->toolbar, "activation-finished", + G_CALLBACK (sync_chromes_visibility), window); + /* forward the toolbar's action_request signal to the bookmarks toolbar, * so the user can also have bookmarks on the normal toolbar */ -- cgit v1.2.3