From b1342796448c01515d8dcb4d992f804a5f2f4fb4 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 20 Aug 2012 22:02:37 +0100 Subject: Allow the presence of form inputs to be obtained without knowledge of html content internals. --- desktop/browser.c | 1 + 1 file changed, 1 insertion(+) (limited to 'desktop') diff --git a/desktop/browser.c b/desktop/browser.c index a33bbff25..42acc3452 100644 --- a/desktop/browser.c +++ b/desktop/browser.c @@ -549,6 +549,7 @@ void browser_window_get_contextual_content(struct browser_window *bw, data->link_url = NULL; data->object = NULL; data->main = NULL; + data->form_features = CTX_FORM_NONE; browser_window__get_contextual_content(bw, x, y, data); } -- cgit v1.2.3