From e52aaecd7a70d02529d5d01f81b37d5be07d7209 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 3 Oct 2011 16:41:55 +0000 Subject: Fix up for nsurl changes. Untested. svn path=/trunk/netsurf/; revision=12928 --- amiga/gui_options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/gui_options.c') 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: -- cgit v1.2.3