diff options
author | Xan Lopez <xan@igalia.com> | 2012-03-30 18:17:59 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-03-30 18:17:59 +0800 |
commit | 197ead54280e9c5b6478124ce8f30ca9fb65db6f (patch) | |
tree | d69a6d6d2e85bde656eb1ee608505530d7193f05 | |
parent | 0330e23faea77856debc0b7aafb5ce6861d8fc13 (diff) | |
download | gsoc2013-epiphany-197ead54280e9c5b6478124ce8f30ca9fb65db6f.tar gsoc2013-epiphany-197ead54280e9c5b6478124ce8f30ca9fb65db6f.tar.gz gsoc2013-epiphany-197ead54280e9c5b6478124ce8f30ca9fb65db6f.tar.bz2 gsoc2013-epiphany-197ead54280e9c5b6478124ce8f30ca9fb65db6f.tar.lz gsoc2013-epiphany-197ead54280e9c5b6478124ce8f30ca9fb65db6f.tar.xz gsoc2013-epiphany-197ead54280e9c5b6478124ce8f30ca9fb65db6f.tar.zst gsoc2013-epiphany-197ead54280e9c5b6478124ce8f30ca9fb65db6f.zip |
Remove the 'disable-menubar' option
Since we don't have one anymore.
-rw-r--r-- | data/epiphany.convert | 1 | ||||
-rw-r--r-- | data/org.gnome.epiphany.gschema.xml | 3 | ||||
-rw-r--r-- | lib/ephy-prefs.h | 1 |
3 files changed, 0 insertions, 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 @@ <key type="b" name="disable-javascript-chrome"> <default>false</default> </key> - <key type="b" name="disable-menubar"> - <default>false</default> - </key> </schema> </schemalist> 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 |