From 197ead54280e9c5b6478124ce8f30ca9fb65db6f Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Fri, 30 Mar 2012 12:17:59 +0200 Subject: Remove the 'disable-menubar' option Since we don't have one anymore. --- data/epiphany.convert | 1 - data/org.gnome.epiphany.gschema.xml | 3 --- lib/ephy-prefs.h | 1 - 3 files changed, 5 deletions(-) diff --git a/data/epiphany.convert b/data/epiphany.convert index aec589885..5ec75185a 100644 --- a/data/epiphany.convert +++ b/data/epiphany.convert @@ -49,4 +49,3 @@ disable-print-setup = /desktop/gnome/lockdown/disable_print_setup disable-command-line = /desktop/gnome/lockdown/disable_command_line disable-quit = /apps/epiphany/lockdown/disable_quit disable-javascript-chrome = /apps/epiphany/lockdown/disable_javascript_chrome -disable-menubar = /apps/epiphany/lockdown/hide_menubar diff --git a/data/org.gnome.epiphany.gschema.xml b/data/org.gnome.epiphany.gschema.xml index e78870db9..f286277f6 100644 --- a/data/org.gnome.epiphany.gschema.xml +++ b/data/org.gnome.epiphany.gschema.xml @@ -247,8 +247,5 @@ false - - false - diff --git a/lib/ephy-prefs.h b/lib/ephy-prefs.h index 37068dde0..d5daaa034 100644 --- a/lib/ephy-prefs.h +++ b/lib/ephy-prefs.h @@ -117,7 +117,6 @@ typedef enum #define EPHY_PREFS_LOCKDOWN_COMMAND_LINE "disable-command-line" #define EPHY_PREFS_LOCKDOWN_QUIT "disable-quit" #define EPHY_PREFS_LOCKDOWN_JAVASCRIPT_CHROME "disable-javascript-chrome" -#define EPHY_PREFS_LOCKDOWN_MENUBAR "disable-menubar" G_END_DECLS -- cgit v1.2.3