[epiphany] Remove the 'disable-menubar' option



commit 197ead54280e9c5b6478124ce8f30ca9fb65db6f
Author: Xan Lopez <xan igalia com>
Date:   Fri Mar 30 12:17:59 2012 +0200

    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, 0 insertions(+), 5 deletions(-)
---
diff --git a/data/epiphany.convert b/data/epiphany.convert
index aec5898..5ec7518 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 e78870d..f286277 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 37068dd..d5daaa0 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
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]