From 954fd17d06fe9453c355223d66207b23f359665b Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Mon, 16 Apr 2012 13:41:52 +0200 Subject: Create a new 'tabs-bar-visibility-policy' setting We need this to be an enum, since we'll a third option in the future for the Overview (to never show the tabs bar). For now just add the two values we have now and migrate the code and the user data. --- data/org.gnome.epiphany.gschema.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'data/org.gnome.epiphany.gschema.xml') diff --git a/data/org.gnome.epiphany.gschema.xml b/data/org.gnome.epiphany.gschema.xml index 3ceee4047..69386bdf1 100644 --- a/data/org.gnome.epiphany.gschema.xml +++ b/data/org.gnome.epiphany.gschema.xml @@ -77,14 +77,19 @@ false - Always show the tab bar - Show the tab bar also when there is only one tab open. + [Deprecated] + [Deprecated] This setting is deprecated, use 'tabs-bar-visibility-policy' instead. false Visibility of the downloads window Hide or show the downloads window. When hidden, a notification will be shown when new downloads are started. + + 'more-than-one' + The visibility policy for the tabs bar. + 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). + -- cgit v1.2.3