From 2e4b61c8058d7405812277b2ac88f37ae642cbf8 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 26 Jan 2005 15:06:42 +0000 Subject: Don't show the Leave Fullscreen button in lockdown fullscreen mode. Switch 2005-01-26 Christian Persch * src/ephy-fullscreen-popup.c: (ephy_fullscreen_popup_update_visibility), (ephy_fullscreen_popup_set_show_leave), (ephy_fullscreen_popup_init): * src/ephy-fullscreen-popup.h: * src/ephy-toolbar.c: (ephy_toolbar_update_fixed_visibility), (ephy_toolbar_set_show_leave_fullscreen): * src/ephy-toolbar.h: * src/ephy-window.c: (ephy_window_fullscreen), (ephy_window_unfullscreen): Don't show the Leave Fullscreen button in lockdown fullscreen mode. Switch to fullscreen toolbar also in lockdown fullscreen mode. Fixes bug #165256. --- src/ephy-toolbar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ephy-toolbar.h') diff --git a/src/ephy-toolbar.h b/src/ephy-toolbar.h index a1dbd205f..a7b90a81d 100644 --- a/src/ephy-toolbar.h +++ b/src/ephy-toolbar.h @@ -67,8 +67,8 @@ EphyToolbar *ephy_toolbar_new (EphyWindow *window); void ephy_toolbar_set_favicon (EphyToolbar *toolbar, const char *icon); -void ephy_toolbar_set_fullscreen_mode (EphyToolbar *toolbar, - gboolean fullscreen); +void ephy_toolbar_set_show_leave_fullscreen (EphyToolbar *toolbar, + gboolean show); void ephy_toolbar_activate_location (EphyToolbar *t); -- cgit v1.2.3