aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-lockdown.c
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2011-12-20 22:34:04 +0800
committerXan Lopez <xan@igalia.com>2011-12-20 23:31:44 +0800
commit8b352f8b83a264c60f810a268c92dd4bf687f85e (patch)
treeb1037df0b0b1cd8530ddbcdb0c73e64e3c755ea4 /src/ephy-lockdown.c
parent7e8b3175b44e3cfd5444e9616567821d5835d909 (diff)
downloadgsoc2013-epiphany-8b352f8b83a264c60f810a268c92dd4bf687f85e.tar
gsoc2013-epiphany-8b352f8b83a264c60f810a268c92dd4bf687f85e.tar.gz
gsoc2013-epiphany-8b352f8b83a264c60f810a268c92dd4bf687f85e.tar.bz2
gsoc2013-epiphany-8b352f8b83a264c60f810a268c92dd4bf687f85e.tar.lz
gsoc2013-epiphany-8b352f8b83a264c60f810a268c92dd4bf687f85e.tar.xz
gsoc2013-epiphany-8b352f8b83a264c60f810a268c92dd4bf687f85e.tar.zst
gsoc2013-epiphany-8b352f8b83a264c60f810a268c92dd4bf687f85e.zip
Remove option to hide toolbars
We don't want this either for 3.4, remove it.
Diffstat (limited to 'src/ephy-lockdown.c')
-rw-r--r--src/ephy-lockdown.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ephy-lockdown.c b/src/ephy-lockdown.c
index bd40f2a26..e94659872 100644
--- a/src/ephy-lockdown.c
+++ b/src/ephy-lockdown.c
@@ -227,11 +227,6 @@ impl_attach_window (EphyExtension *extension,
action_group, window_actions,
G_N_ELEMENTS (window_actions));
- action = gtk_action_group_get_action (action_group, "ViewToolbar");
- g_settings_bind_writable (EPHY_SETTINGS_UI,
- EPHY_PREFS_UI_SHOW_TOOLBARS,
- action, "sensitive", FALSE);
-
action_group = find_action_group (manager, "PopupsActions");
bind_settings_and_actions (EPHY_SETTINGS_LOCKDOWN,
action_group, popup_actions,