From cec6583c2879a7882df5087b592df8c70c2268f6 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Tue, 3 Feb 2009 19:53:49 +0000 Subject: Only show the fixed toolbar when the leave-fullscreen button is to be shown. Shoudl fix bug #570349 svn path=/trunk/; revision=8749 --- src/ephy-toolbar.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ephy-toolbar.c b/src/ephy-toolbar.c index 19e08b39d..f9cd554c6 100644 --- a/src/ephy-toolbar.c +++ b/src/ephy-toolbar.c @@ -122,8 +122,11 @@ ephy_toolbar_update_fixed_visibility (EphyToolbar *toolbar) gboolean show; show = priv->leave_fullscreen_visible; +#if 0 g_object_set (priv->exit_button, "visible", show, "sensitive", show, NULL); +#endif + g_object_set (priv->fixed_toolbar, "visible", show, NULL); } static void -- cgit v1.2.3