summaryrefslogtreecommitdiff
path: root/atari/toolbar.c
diff options
context:
space:
mode:
Diffstat (limited to 'atari/toolbar.c')
-rw-r--r--atari/toolbar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/atari/toolbar.c b/atari/toolbar.c
index f40c07a65..9a49fbfea 100644
--- a/atari/toolbar.c
+++ b/atari/toolbar.c
@@ -948,7 +948,7 @@ void toolbar_back_click(struct s_toolbar *tb)
assert(bw != NULL);
if( history_back_available(bw->history) )
- history_back(bw, bw->history);
+ history_back(bw->history, false);
}
void toolbar_reload_click(struct s_toolbar *tb)
@@ -975,7 +975,7 @@ void toolbar_forward_click(struct s_toolbar *tb)
assert(bw != NULL);
if (history_forward_available(bw->history))
- history_forward(bw, bw->history);
+ history_forward(bw->history, false);
}
void toolbar_home_click(struct s_toolbar *tb)