aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-04-16 20:03:49 +0800
committerXan Lopez <xan@igalia.com>2012-04-16 21:53:29 +0800
commit7b666dcffb61a417ebe43ab9f10ca0450a288ea8 (patch)
tree8751b8d36334228c67cb1c52d8f48410c2634cb0 /lib
parent6e45bec38cc6696c2cc789403082368fcdbcd68f (diff)
downloadgsoc2013-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')
-rw-r--r--lib/ephy-prefs.h3
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