aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorCarl van Tonder <carl@supervacuo.com>2009-12-09 00:14:52 +0800
committerXan Lopez <xan@gnome.org>2009-12-09 00:59:28 +0800
commitffe63b2868201600e3c0bf9f203de387c3616c40 (patch)
treede4ced06de2a2875d58fc2fef23cf52dc6260437 /data
parent1acaa540531f9ed3b33f87e10f0817b8c8ffd988 (diff)
downloadgsoc2013-epiphany-ffe63b2868201600e3c0bf9f203de387c3616c40.tar
gsoc2013-epiphany-ffe63b2868201600e3c0bf9f203de387c3616c40.tar.gz
gsoc2013-epiphany-ffe63b2868201600e3c0bf9f203de387c3616c40.tar.bz2
gsoc2013-epiphany-ffe63b2868201600e3c0bf9f203de387c3616c40.tar.lz
gsoc2013-epiphany-ffe63b2868201600e3c0bf9f203de387c3616c40.tar.xz
gsoc2013-epiphany-ffe63b2868201600e3c0bf9f203de387c3616c40.tar.zst
gsoc2013-epiphany-ffe63b2868201600e3c0bf9f203de387c3616c40.zip
Add gconf key to control the search engine used in auto-search
Defaults to Google, like it used to. Bug #604087 Signed-off-by: Xan Lopez <xan@gnome.org>
Diffstat (limited to 'data')
-rw-r--r--data/epiphany.schemas.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in
index a847aa295..5faccc472 100644
--- a/data/epiphany.schemas.in
+++ b/data/epiphany.schemas.in
@@ -11,6 +11,17 @@
<long>Address of the user's home page.</long>
</locale>
</schema>
+ <schema>
+ <key>/schemas/apps/epiphany/general/url_search</key>
+ <applyto>/apps/epiphany/general/url_search</applyto>
+ <owner>epiphany</owner>
+ <type>string</type>
+ <default>http://www.google.com/search?q=%s&ie=UTF-8&oe=UTF-8</default>
+ <locale name="C">
+ <short>URL Search</short>
+ <long>Search string for keywords entered in the URL bar.</long>
+ </locale>
+ </schema>
<schema>
<key>/schemas/apps/epiphany/dialogs/history_date_filter</key>
<applyto>/apps/epiphany/dialogs/history_date_filter</applyto>