From f2993e6ed037023e28837c7c666627380235bd14 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 4 Dec 2011 14:55:23 +0000 Subject: content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_url svn path=/trunk/netsurf/; revision=13236 --- amiga/plugin_hack.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'amiga/plugin_hack.c') diff --git a/amiga/plugin_hack.c b/amiga/plugin_hack.c index 2b1239143..5fc45915e 100644 --- a/amiga/plugin_hack.c +++ b/amiga/plugin_hack.c @@ -175,7 +175,7 @@ void amiga_plugin_hack_open(struct content *c, struct browser_window *bw, struct content *page, struct box *box, struct object_params *params) { - LOG(("amiga_plugin_hack_open %s", nsurl_access(content__get_url(c)))); + LOG(("amiga_plugin_hack_open %s", nsurl_access(content_get_url(c)))); if(c && box) { @@ -249,7 +249,7 @@ void amiga_plugin_hack_execute(struct hlcache_handle *c) plugincmd = ami_mime_content_to_cmd(c); if(plugincmd == NULL) return; - full_cmd = ASPrintf("%s %s", lwc_string_data(plugincmd), nsurl_access(content_get_url(c))); + full_cmd = ASPrintf("%s %s", lwc_string_data(plugincmd), nsurl_access(hlcache_handle_get_url(c))); if(full_cmd) { -- cgit v1.2.3