diff options
author | Diego Escalante Urrelo <descalante@igalia.com> | 2011-07-30 12:23:51 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <descalante@igalia.com> | 2011-07-30 13:10:08 +0800 |
commit | f4c6a2f079f5b24c067f2b656a8a4f808ec4533c (patch) | |
tree | 1ca5f7ac726cd8264f31721d9bb9d8358990b27e /data | |
parent | 870195411c9a5a26b77627d642e7c9be75b11f2f (diff) | |
download | gsoc2013-epiphany-f4c6a2f079f5b24c067f2b656a8a4f808ec4533c.tar.gz gsoc2013-epiphany-f4c6a2f079f5b24c067f2b656a8a4f808ec4533c.tar.zst gsoc2013-epiphany-f4c6a2f079f5b24c067f2b656a8a4f808ec4533c.zip |
data/gschema: remove useless newline
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.epiphany.gschema.xml.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/data/org.gnome.epiphany.gschema.xml.in b/data/org.gnome.epiphany.gschema.xml.in index 7c0499e22..ca04fea95 100644 --- a/data/org.gnome.epiphany.gschema.xml.in +++ b/data/org.gnome.epiphany.gschema.xml.in @@ -15,8 +15,7 @@ <description>Address of the user's home page.</description> </key> <key type="s" name="keyword-search-url"> - <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> <summary>URL Search</summary> <description>Search string for keywords entered in the URL bar.</description> </key> |