[epiphany] preferences: turn on new-windows-in-tabs by default



commit 7c8add0f5a81cee4b04c64360102e723c5405f76
Author: Martin Robinson <mrobinson igalia com>
Date:   Sun Aug 7 01:25:38 2011 +0200

    preferences: turn on new-windows-in-tabs by default
    
    It's consistent with what every other browser is doing and with our
    future design.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=656091

 data/org.gnome.epiphany.gschema.xml.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/org.gnome.epiphany.gschema.xml.in b/data/org.gnome.epiphany.gschema.xml.in
index 7a0beb6..c857a6c 100644
--- a/data/org.gnome.epiphany.gschema.xml.in
+++ b/data/org.gnome.epiphany.gschema.xml.in
@@ -30,7 +30,7 @@
 			<description>Middle clicking on the main view pane will open the web page pointed to by the currently selected text.</description>
 		</key>
 		<key type="b" name="new-windows-in-tabs">
-			<default>false</default>
+			<default>true</default>
 			<summary>Force new windows to be opened in tabs</summary>
 			<description>Force new window requests to be opened in tabs instead of using a new window.</description>
 		</key>



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