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. --- gtk/scaffolding.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gtk') diff --git a/gtk/scaffolding.c b/gtk/scaffolding.c index 84c20ee1e..7973cc743 100644 --- a/gtk/scaffolding.c +++ b/gtk/scaffolding.c @@ -162,7 +162,8 @@ nsgtk_scaffolding *scaf_list = NULL; /** holds the context data for what's under the pointer, when the contextual * menu is opened. */ -static struct contextual_content current_menu_ctx = { NULL, NULL, NULL }; +static struct contextual_content current_menu_ctx = { + NULL, NULL, NULL, CTX_FORM_NONE }; /** -- cgit v1.2.3