diff options
author | Xan Lopez <xan@igalia.com> | 2012-03-30 18:14:50 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-03-30 18:14:50 +0800 |
commit | 0330e23faea77856debc0b7aafb5ce6861d8fc13 (patch) | |
tree | e75a8e5c46893495de646290edebb8bc1220bcb4 /lib/ephy-prefs.h | |
parent | 1d8d37e885f68852cfdee982d573644a5aa0b6f5 (diff) | |
download | gsoc2013-epiphany-0330e23faea77856debc0b7aafb5ce6861d8fc13.tar.gz gsoc2013-epiphany-0330e23faea77856debc0b7aafb5ce6861d8fc13.tar.zst gsoc2013-epiphany-0330e23faea77856debc0b7aafb5ce6861d8fc13.zip |
Remove 'show-boomkarks-bar' option
Since we don't have one anymore.
Diffstat (limited to 'lib/ephy-prefs.h')
-rw-r--r-- | lib/ephy-prefs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ephy-prefs.h b/lib/ephy-prefs.h index f08bce0f9..37068dde0 100644 --- a/lib/ephy-prefs.h +++ b/lib/ephy-prefs.h @@ -55,7 +55,6 @@ typedef enum #define EPHY_PREFS_UI_SCHEMA "org.gnome.Epiphany.ui" #define EPHY_PREFS_UI_ALWAYS_SHOW_TABS_BAR "always-show-tabs-bar" #define EPHY_PREFS_UI_SHOW_TOOLBARS "show-toolbars" -#define EPHY_PREFS_UI_SHOW_BOOKMARKS_BAR "show-bookmarks-bar" #define EPHY_PREFS_UI_TOOLBAR_STYLE "toolbar-style" #define EPHY_PREFS_UI_DOWNLOADS_HIDDEN "downloads-hidden" |