[epiphany-extensions] adblock: fix typo calling webkit_download_get_uri
- From: Diego Escalante Urrelo <diegoe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany-extensions] adblock: fix typo calling webkit_download_get_uri
- Date: Thu, 15 Dec 2011 09:19:59 +0000 (UTC)
commit 66a1e75be4ee948da29497ec006bddf94f5b9d45
Author: Diego Escalante Urrelo <descalante igalia com>
Date: Thu Dec 15 04:19:12 2011 -0500
adblock: fix typo calling webkit_download_get_uri
extensions/adblock/uri-tester.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/extensions/adblock/uri-tester.c b/extensions/adblock/uri-tester.c
index 9812d2d..d044061 100644
--- a/extensions/adblock/uri-tester.c
+++ b/extensions/adblock/uri-tester.c
@@ -119,7 +119,7 @@ uri_tester_download_notify_status_cb (WebKitDownload *download,
return;
LOG ("Download from %s to %s completed",
- webkit_download_get_source_uri (download),
+ webkit_download_get_uri (download),
webkit_download_get_destination_uri (download));
/* Parse the file from disk. */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]