aboutsummaryrefslogtreecommitdiff
path: root/src/ui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.cc')
-rw-r--r--src/ui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.cc b/src/ui.cc
index 8b24d1b2..4140fca9 100644
--- a/src/ui.cc
+++ b/src/ui.cc
@@ -780,7 +780,7 @@ int UI::handle(int event)
set_panelmode(UI_HIDDEN);
ret = 1;
} else if (cmd == KEYS_NEW_WINDOW) {
- a_UIcmd_browser_window_new(w(),h(),a_UIcmd_get_bw_by_widget(this));
+ a_UIcmd_browser_window_new(w(),h(),0,a_UIcmd_get_bw_by_widget(this));
ret = 1;
} else if (cmd == KEYS_OPEN) {
a_UIcmd_open_file(a_UIcmd_get_bw_by_widget(this));