fix remaining errors introduced in refactor

This commit is contained in:
Vincent Sanders 2013-02-18 13:05:06 +00:00
parent 0e8861d26e
commit 15d39c6ebf
2 changed files with 2 additions and 2 deletions

View File

@ -4786,7 +4786,7 @@ void ami_scroller_hook(struct Hook *hook,Object *object,struct IntuiMessage *msg
BROWSER_WINDOW_TAB,
url,
NULL,
gwin->bw
gwin->bw,
NULL);
} else {
browser_window_navigate(gwin->bw,

View File

@ -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,