From 9b8988dd23e2adc14b8f5ee7a3e47bbe4982dc73 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 4 Jan 2014 17:06:10 +0000 Subject: Reflect changes to select boxes into the DOM --- render/box_construct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/box_construct.c') diff --git a/render/box_construct.c b/render/box_construct.c index b259e6a1f..4d9796932 100644 --- a/render/box_construct.c +++ b/render/box_construct.c @@ -2853,7 +2853,7 @@ bool box_select_add_option(struct form_control *control, dom_node *n) if (text_nowrap == NULL) goto no_memory; - if (form_add_option(control, value, text_nowrap, selected) == false) + if (form_add_option(control, value, text_nowrap, selected, n) == false) goto no_memory; free(text); -- cgit v1.2.3