diff options
author | Martin Robinson <mrobinson@igalia.com> | 2011-08-07 07:25:38 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2011-12-10 20:13:57 +0800 |
commit | 7c8add0f5a81cee4b04c64360102e723c5405f76 (patch) | |
tree | 7c97bbe45e9295b8ceee72f752509b6cc9be612e | |
parent | dca2b30f867a173453a43eab979c3301058faeda (diff) | |
download | gsoc2013-epiphany-7c8add0f5a81cee4b04c64360102e723c5405f76.tar gsoc2013-epiphany-7c8add0f5a81cee4b04c64360102e723c5405f76.tar.gz gsoc2013-epiphany-7c8add0f5a81cee4b04c64360102e723c5405f76.tar.bz2 gsoc2013-epiphany-7c8add0f5a81cee4b04c64360102e723c5405f76.tar.lz gsoc2013-epiphany-7c8add0f5a81cee4b04c64360102e723c5405f76.tar.xz gsoc2013-epiphany-7c8add0f5a81cee4b04c64360102e723c5405f76.tar.zst gsoc2013-epiphany-7c8add0f5a81cee4b04c64360102e723c5405f76.zip |
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
-rw-r--r-- | 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 7a0beb61d..c857a6cc6 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> |