summaryrefslogtreecommitdiff
path: root/desktop/textinput.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/textinput.c')
-rw-r--r--desktop/textinput.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/textinput.c b/desktop/textinput.c
index d8965725b..b03bc0999 100644
--- a/desktop/textinput.c
+++ b/desktop/textinput.c
@@ -920,7 +920,7 @@ void browser_window_input_callback(struct browser_window *bw,
case 10:
case 13: /* Return/Enter hit */
if (form)
- browser_form_submit(bw, form, 0, false);
+ browser_form_submit(bw, 0, form, 0);
return;
case 11: { /* Shift + Tab */