summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/browser.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/desktop/browser.c b/desktop/browser.c
index c1a7d4f86..8c53813a6 100644
--- a/desktop/browser.c
+++ b/desktop/browser.c
@@ -862,8 +862,7 @@ void browser_window_reload(struct browser_window *bw, bool all)
content_invalidate_reuse_data(bw->current_content);
- browser_window_go_post(bw, content_get_url(bw->current_content), 0, 0,
- false, 0, false, true, 0);
+ browser_window_go(bw, content_get_url(bw->current_content), 0, false);
}