diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/epiphany.schemas.in | 11 |
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> |