[epiphany] ephy-web-view: fix the search url when settings unavailable
- From: Claudio Saavedra <csaavedra src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] ephy-web-view: fix the search url when settings unavailable
- Date: Mon, 2 Sep 2013 20:04:05 +0000 (UTC)
commit c09a526afab31d4f195f6ae416e22584b7874c14
Author: Claudio Saavedra <csaavedra igalia com>
Date: Mon Sep 2 21:47:41 2013 +0300
ephy-web-view: fix the search url when settings unavailable
Another hardcoded google instance.
embed/ephy-web-view.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c
index 92af574..c6732c3 100644
--- a/embed/ephy-web-view.c
+++ b/embed/ephy-web-view.c
@@ -2058,7 +2058,7 @@ ephy_web_view_normalize_or_autosearch_url (EphyWebView *view, const char *url)
if (url_search == NULL || url_search[0] == '\0') {
g_free (url_search);
- url_search = g_strdup (_("http://www.google.com/search?q=%s&ie=UTF-8&oe=UTF-8"));
+ url_search = g_strdup (_("http://duckduckgo.com/?q=%s&t=epiphany"));
}
query_param = soup_form_encode ("q", url, NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]