From 4ce357f09bf1b2676a26c25c64f7d645dc4d5025 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Mon, 22 Aug 2005 22:49:52 +0000 Subject: [project @ 2005-08-22 22:49:52 by bursa] More work towards frame targets: add target parameter to box_create(), and copy target down the box tree during construction. svn path=/import/netsurf/; revision=1853 --- desktop/textinput.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop') diff --git a/desktop/textinput.c b/desktop/textinput.c index 9b8b94929..9b2863351 100644 --- a/desktop/textinput.c +++ b/desktop/textinput.c @@ -1480,7 +1480,7 @@ struct box *textarea_insert_break(struct browser_window *bw, struct box *text_bo return NULL; } - new_br = box_create(text_box->style, 0, text_box->title, 0, + new_br = box_create(text_box->style, 0, 0, text_box->title, 0, bw->current_content); new_text = talloc(bw->current_content, struct box); if (!new_text) { -- cgit v1.2.3