summaryrefslogtreecommitdiff
path: root/amiga/plugin_hack.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-12-04 14:55:23 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-12-04 14:55:23 +0000
commitf2993e6ed037023e28837c7c666627380235bd14 (patch)
tree8d3d27a37e14a49a33a327074d08fb7177b3834c /amiga/plugin_hack.c
parent890bb679939c9ecde30af7ed752e292bfe6feb28 (diff)
downloadnetsurf-f2993e6ed037023e28837c7c666627380235bd14.tar.gz
netsurf-f2993e6ed037023e28837c7c666627380235bd14.tar.bz2
content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_url
svn path=/trunk/netsurf/; revision=13236
Diffstat (limited to 'amiga/plugin_hack.c')
-rw-r--r--amiga/plugin_hack.c4
1 files changed, 2 insertions, 2 deletions
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)
{