diff options
-rw-r--r-- | src/ephy-toolbar.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 |