diff options
author | Xan Lopez <xan@igalia.com> | 2012-04-16 20:03:49 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-04-16 21:53:29 +0800 |
commit | 7b666dcffb61a417ebe43ab9f10ca0450a288ea8 (patch) | |
tree | 8751b8d36334228c67cb1c52d8f48410c2634cb0 /lib/ephy-prefs.h | |
parent | 6e45bec38cc6696c2cc789403082368fcdbcd68f (diff) | |
download | gsoc2013-epiphany-7b666dcffb61a417ebe43ab9f10ca0450a288ea8.tar gsoc2013-epiphany-7b666dcffb61a417ebe43ab9f10ca0450a288ea8.tar.gz gsoc2013-epiphany-7b666dcffb61a417ebe43ab9f10ca0450a288ea8.tar.bz2 gsoc2013-epiphany-7b666dcffb61a417ebe43ab9f10ca0450a288ea8.tar.lz gsoc2013-epiphany-7b666dcffb61a417ebe43ab9f10ca0450a288ea8.tar.xz gsoc2013-epiphany-7b666dcffb61a417ebe43ab9f10ca0450a288ea8.tar.zst gsoc2013-epiphany-7b666dcffb61a417ebe43ab9f10ca0450a288ea8.zip |
Add an option to never show the tabs bar
We'll use this when we land the Overview.
Diffstat (limited to 'lib/ephy-prefs.h')
-rw-r--r-- | lib/ephy-prefs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ephy-prefs.h b/lib/ephy-prefs.h index a510f657a..d2a5f5884 100644 --- a/lib/ephy-prefs.h +++ b/lib/ephy-prefs.h @@ -46,7 +46,8 @@ typedef enum typedef enum { EPHY_PREFS_UI_TABS_BAR_VISIBILITY_POLICY_ALWAYS, - EPHY_PREFS_UI_TABS_BAR_VISIBILITY_POLICY_MORE_THAN_ONE + EPHY_PREFS_UI_TABS_BAR_VISIBILITY_POLICY_MORE_THAN_ONE, + EPHY_PREFS_UI_TABS_BAR_VISIBILITY_POLICY_NEVER } EphyPrefsUITabsBarVisibilityPolicy; typedef enum |