beos: Fix build

One replacement was missed when changing browser_window_history_forward().
This commit is contained in:
François Revol 2014-02-20 00:23:04 +01:00
parent 69b61198f2
commit 4591b65ad9
1 changed files with 1 additions and 1 deletions

View File

@ -983,7 +983,7 @@ void nsbeos_scaffolding_dispatch_event(nsbeos_scaffolding *scaffold, BMessage *m
case 'forw':
if (!browser_window_history_forward_available(bw))
break;
browser_window_history_forward(bw->history, false);
browser_window_history_forward(bw, false);
nsbeos_window_update_back_forward(scaffold);
break;
case B_NETPOSITIVE_STOP: