summaryrefslogtreecommitdiff
path: root/desktop/textinput.c
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2006-12-30 00:34:26 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2006-12-30 00:34:26 +0000
commit1353585036eac67feeffdda4de20d91f036c1576 (patch)
tree70b313ef005a4d7945bccaf86ed499d0b3ff77fe /desktop/textinput.c
parent98b451ffaeedf9f5b0d4ab249c9f8eb216988eb1 (diff)
downloadnetsurf-1353585036eac67feeffdda4de20d91f036c1576.tar.gz
netsurf-1353585036eac67feeffdda4de20d91f036c1576.tar.bz2
Implement form targets (fix 1619094)
svn path=/trunk/netsurf/; revision=3125
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 */