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 /data | |
parent | 6e45bec38cc6696c2cc789403082368fcdbcd68f (diff) | |
download | gsoc2013-epiphany-7b666dcffb61a417ebe43ab9f10ca0450a288ea8.tar.gz 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 'data')
-rw-r--r-- | data/org.gnome.epiphany.gschema.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.gnome.epiphany.gschema.xml b/data/org.gnome.epiphany.gschema.xml index 69386bdf1..d69c7ab57 100644 --- a/data/org.gnome.epiphany.gschema.xml +++ b/data/org.gnome.epiphany.gschema.xml @@ -88,7 +88,7 @@ <key name="tabs-bar-visibility-policy" enum="org.gnome.Epiphany.EphyPrefsUITabsBarVisibilityPolicy"> <default>'more-than-one'</default> <summary>The visibility policy for the tabs bar.</summary> - <description>Controls when the tabs bar is shown. Possible values are 'always' (the tabs bar is always shown) and 'more-than-one' (the tabs bar is only shown if there's two or more tabs).</description> + <description>Controls when the tabs bar is shown. Possible values are 'always' (the tabs bar is always shown), 'more-than-one' (the tabs bar is only shown if there's two or more tabs) and 'never' (the tabs bar is never shown).</description> </key> </schema> <schema path="/org/gnome/epiphany/web/" id="org.gnome.Epiphany.web"> |