summaryrefslogtreecommitdiff
path: root/data
diff options
authorMirco Müller <mirco.mueller@ubuntu.com>2010-03-18 13:02:23 +0100
committerMirco Müller <mirco.mueller@ubuntu.com>2010-03-18 13:02:23 +0100
commit924c52b9a34f0937bb37c0d7344b989a704746fc (patch)
treec641cecd6f51ee301283aed16772418f9208ddb4 /data
parent670811906319d8f0c29c82c35815f8d76e0af856 (diff)
removed the double quotes from the search_template key, fixes LP: #540870
(bzr r214.1.1)
Diffstat (limited to 'data')
-rw-r--r--data/unity.schemas2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/unity.schemas b/data/unity.schemas
index b2d580644..25917c831 100644
--- a/data/unity.schemas
+++ b/data/unity.schemas
@@ -8,7 +8,7 @@
<applyto>/desktop/unity/panel/search_template</applyto>
<owner>unity</owner>
<type>string</type>
- <default>"xdg-open http://search.yahoo.com/search?p=%s&amp;fr=ubuntu&amp;ei=UTF-8"</default>
+ <default>xdg-open http://search.yahoo.com/search?p=%s&amp;fr=ubuntu&amp;ei=UTF-8</default>
<locale name="C">
<short>The search template used for panel search</short>
<long>The search template used for panel search. '%s' is substituted with the search string.</long>