summaryrefslogtreecommitdiff
path: root/amiga/gui_options.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-10-03 16:41:55 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-10-03 16:41:55 +0000
commite52aaecd7a70d02529d5d01f81b37d5be07d7209 (patch)
treefd1ac8662d17d1cec61ad37a5e9a41f62db6f289 /amiga/gui_options.c
parentbba4c426f3a8a415a07e1583d5fd76e63660753e (diff)
downloadnetsurf-e52aaecd7a70d02529d5d01f81b37d5be07d7209.tar.gz
netsurf-e52aaecd7a70d02529d5d01f81b37d5be07d7209.tar.bz2
Fix up for nsurl changes. Untested.
svn path=/trunk/netsurf/; revision=12928
Diffstat (limited to 'amiga/gui_options.c')
-rwxr-xr-xamiga/gui_options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/gui_options.c b/amiga/gui_options.c
index e85600272..3a376342a 100755
--- a/amiga/gui_options.c
+++ b/amiga/gui_options.c
@@ -1698,7 +1698,7 @@ BOOL ami_gui_opts_event(void)
case GID_OPTS_HOMEPAGE_CURRENT:
if(curbw) RefreshSetGadgetAttrs((struct Gadget *)gow->objects[GID_OPTS_HOMEPAGE],
gow->win, NULL, STRINGA_TextVal,
- content_get_url(curbw->current_content), TAG_DONE);
+ nsurl_access(content_get_url(curbw->current_content)), TAG_DONE);
break;
case GID_OPTS_HOMEPAGE_BLANK: