[epiphany/overview: 25/30] gschema: hide tabs by default



commit 9a7d23f1ea9a4e2d4e89ce011680e7897b241071
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Fri May 11 16:46:48 2012 +0300

    gschema: hide tabs by default
    
    The overview doesn't need them

 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 d69c7ab..0fcc4e7 100644
--- a/data/org.gnome.epiphany.gschema.xml
+++ b/data/org.gnome.epiphany.gschema.xml
@@ -86,7 +86,7 @@
 			<description>Hide or show the downloads window. When hidden, a notification will be shown when new downloads are started.</description>
 		</key>
 		<key name="tabs-bar-visibility-policy" enum="org.gnome.Epiphany.EphyPrefsUITabsBarVisibilityPolicy">
-			<default>'more-than-one'</default>
+			<default>'never'</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), '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>



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