diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2010-01-13 17:39:05 +0800 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2010-01-13 17:39:05 +0800 |
commit | 3f96295996ede06f9b0be681a23bb3765469865b (patch) | |
tree | 9174ce335f8e526584050a0f693edf5b109c6c1f /data | |
parent | 165411e1c19b03a57f719413ac727ee80517332a (diff) | |
download | gsoc2013-epiphany-3f96295996ede06f9b0be681a23bb3765469865b.tar.gz gsoc2013-epiphany-3f96295996ede06f9b0be681a23bb3765469865b.tar.zst gsoc2013-epiphany-3f96295996ede06f9b0be681a23bb3765469865b.zip |
Fix syntax error in the GConf schema
Diffstat (limited to 'data')
-rw-r--r-- | data/epiphany.schemas.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index bdfa8c267..0175a6fb6 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -16,7 +16,7 @@ <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> + <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> |