[epiphany/gnome-3-12] Revert "Fix a couple more uses of HTTP DuckDuckGo"
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/gnome-3-12] Revert "Fix a couple more uses of HTTP DuckDuckGo"
- Date: Sat, 23 Aug 2014 13:21:30 +0000 (UTC)
commit f107cc0cac66e58f91664ca013ac8cbaf8bf976c
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Sat Aug 23 08:20:55 2014 -0500
Revert "Fix a couple more uses of HTTP DuckDuckGo"
This reverts commit a47608b090e5cd7700820dc9be0674df3c1e8644.
String freeze...
embed/ephy-embed-utils.c | 2 +-
src/ephy-search-provider.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/embed/ephy-embed-utils.c b/embed/ephy-embed-utils.c
index 41a29db..6f39907 100644
--- a/embed/ephy-embed-utils.c
+++ b/embed/ephy-embed-utils.c
@@ -240,7 +240,7 @@ ephy_embed_utils_normalize_or_autosearch_address (const char *address)
EPHY_PREFS_KEYWORD_SEARCH_URL);
if (url_search == NULL || url_search[0] == '\0') {
g_free (url_search);
- url_search = g_strdup (_("https://duckduckgo.com/?q=%s&t=epiphany"));
+ url_search = g_strdup (_("http://duckduckgo.com/?q=%s&t=epiphany"));
}
query_param = soup_form_encode ("q", address, NULL);
diff --git a/src/ephy-search-provider.c b/src/ephy-search-provider.c
index 31a517d..ec9d4a3 100644
--- a/src/ephy-search-provider.c
+++ b/src/ephy-search-provider.c
@@ -284,7 +284,7 @@ launch_search (EphySearchProvider *self,
if (url_search == NULL || url_search[0] == '\0') {
g_free (url_search);
- url_search = g_strdup (_("https://duckduckgo.com/?q=%s&t=epiphany"));
+ url_search = g_strdup (_("http://duckduckgo.com/?q=%s&t=epiphany"));
}
search_string = g_strjoinv (" ", terms);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]