From 80fe931f803b4a0e96b8dad7f1095d04f58076a0 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Thu, 22 May 2003 13:21:45 +0000 Subject: [project @ 2003-05-22 13:21:45 by bursa] Form GET support (John M Bell) svn path=/import/netsurf/; revision=130 --- render/box.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'render/box.c') diff --git a/render/box.c b/render/box.c index 9e0788fc0..188132745 100644 --- a/render/box.c +++ b/render/box.c @@ -1,5 +1,5 @@ /** - * $Id: box.c,v 1.43 2003/04/25 08:03:15 bursa Exp $ + * $Id: box.c,v 1.44 2003/05/22 13:21:45 bursa Exp $ */ #include @@ -1270,6 +1270,9 @@ struct box* box_input(xmlNode * n, struct css_style* style, struct form* current if ((s = (char *) xmlGetProp(n, (const xmlChar *) "name"))) { box->gadget->name = s; } + + box->gadget->data.actionbutt.butttype = strdup(type); + add_gadget_element(elements, box->gadget); } -- cgit v1.2.3