BW_NAVIGATE_NONE doesn't do what I thought it did!

This commit is contained in:
anthony 2021-01-01 16:00:21 +00:00
parent 291efc3454
commit 6b6ffdab45
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
NSLog(@"nsurl_create error");
return;
}
error = browser_window_navigate(browser, url, NULL, BW_NAVIGATE_NONE, NULL, NULL,
error = browser_window_navigate(browser, url, NULL, BW_NAVIGATE_HISTORY, NULL, NULL,
NULL);
if (error != NSERROR_OK) {
NSLog(@"browser_window_navigate error");