summaryrefslogtreecommitdiff
path: root/atari
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2013-02-18 13:05:06 +0000
committerVincent Sanders <vince@netsurf-browser.org>2013-02-18 13:05:23 +0000
commit15d39c6ebf2180e422f8bd381333043903cfd45b (patch)
tree3d5a4c935a9c34408f27ddcdccc7ab027555af39 /atari
parent0e8861d26eabfddb48dae876b7edce37a7961bd6 (diff)
downloadnetsurf-15d39c6ebf2180e422f8bd381333043903cfd45b.tar.gz
netsurf-15d39c6ebf2180e422f8bd381333043903cfd45b.tar.bz2
fix remaining errors introduced in refactor
Diffstat (limited to 'atari')
-rw-r--r--atari/toolbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atari/toolbar.c b/atari/toolbar.c
index e07b6523d..c8d8eed00 100644
--- a/atari/toolbar.c
+++ b/atari/toolbar.c
@@ -963,7 +963,7 @@ void toolbar_home_click(struct s_toolbar *tb)
bw = gw->browser->bw;
assert(bw != NULL);
- if (nsurl_create(nsoption_charp(option_homepage_url), &url) != NSERROR_OK) {
+ if (nsurl_create(nsoption_charp(homepage_url), &url) != NSERROR_OK) {
warn_user("NoMemory", 0);
} else {
browser_window_navigate(bw,