diff options
| author | Neil Jagdish Patel <neil.patel@canonical.com> | 2010-03-11 15:03:53 +0000 |
|---|---|---|
| committer | Neil Jagdish Patel <neil.patel@canonical.com> | 2010-03-11 15:03:53 +0000 |
| commit | 2f380438a3f594c77833eaecacf762544ccaf0bb (patch) | |
| tree | f2489c058530e93a9e5ba514ca4de51ea18ea6d6 /data | |
| parent | ae5c902777d1d9c44fbbbf67f596ecc52d62e5ad (diff) | |
* Remove quotes from gconf keys
* Add support for updating the search hint when it changes in gconf modified: data/unity.schemas src/panel/panel-view.vala (bzr r201.1.1)
Diffstat (limited to 'data')
| -rw-r--r-- | data/unity.schemas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/unity.schemas b/data/unity.schemas index ea6402e6c..b2d580644 100644 --- a/data/unity.schemas +++ b/data/unity.schemas @@ -20,7 +20,7 @@ <applyto>/desktop/unity/panel/search_hint</applyto> <owner>unity</owner> <type>string</type> - <default>"Yahoo!"</default> + <default>Yahoo!</default> <locale name="C"> <short>The search hint used for panel search</short> <long>The search hint used for panel search.</long> |
