[epiphany] Fix missing call to webkit_uri_request_set_uri in WK2
- From: Xan Lopez <xan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Fix missing call to webkit_uri_request_set_uri in WK2
- Date: Fri, 8 Mar 2013 16:24:41 +0000 (UTC)
commit 63f279e0398daee90c2946d080b134d16cca00f2
Author: Manuel Rego Casasnovas <rego igalia com>
Date: Fri Mar 8 16:39:23 2013 +0100
Fix missing call to webkit_uri_request_set_uri in WK2
https://bugzilla.gnome.org/show_bug.cgi?id=695446
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 866eb53..67fc4c7 100644
--- a/embed/ephy-web-view.c
+++ b/embed/ephy-web-view.c
@@ -2864,7 +2864,7 @@ ephy_web_view_load_request (EphyWebView *view,
url = webkit_uri_request_get_uri (request);
effective_url = ephy_web_view_normalize_or_autosearch_url (view, url);
- // TODO: webkit_uri_request_set_uri?
+ webkit_uri_request_set_uri (request, effective_url);
webkit_web_view_load_uri (WEBKIT_WEB_VIEW (view), effective_url);
g_free (effective_url);
#else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]