summaryrefslogtreecommitdiff
path: root/amiga/gui_options.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2010-03-28 15:51:05 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2010-03-28 15:51:05 +0000
commit5bb5cedec5170ac2aa06a340159256b55505c427 (patch)
treea163277fc30654ecd846b016f473e8a694231852 /amiga/gui_options.c
parent5d074feaf2dd12cb91672106f006b4c1aaec2cf0 (diff)
downloadnetsurf-5bb5cedec5170ac2aa06a340159256b55505c427.tar.gz
netsurf-5bb5cedec5170ac2aa06a340159256b55505c427.tar.bz2
Changes required for new-cache
svn path=/trunk/netsurf/; revision=10186
Diffstat (limited to 'amiga/gui_options.c')
-rwxr-xr-xamiga/gui_options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/amiga/gui_options.c b/amiga/gui_options.c
index c365e7fd9..7b24ccc51 100755
--- a/amiga/gui_options.c
+++ b/amiga/gui_options.c
@@ -1611,8 +1611,8 @@ 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,
- curbw->current_content->url,TAG_DONE);
+ gow->win, NULL, STRINGA_TextVal,
+ content_get_url(curbw->current_content), TAG_DONE);
break;
case GID_OPTS_FROMLOCALE: