diff options
Diffstat (limited to 'shell/callbacks.c')
-rw-r--r-- | shell/callbacks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/callbacks.c b/shell/callbacks.c index 1d151b9c..a251e804 100644 --- a/shell/callbacks.c +++ b/shell/callbacks.c @@ -255,7 +255,7 @@ void cb_report_bug() void cb_refresh() { - shell_do_reload(); + shell_do_reload(TRUE); } void cb_copy_to_clipboard() |