From 08ed4c207f7f8688075c84e4b3cd5ab73470c246 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 5 Jan 2011 19:36:05 +0000 Subject: Update to new libcss API for simultanious selection for base element and its pseudo elements. svn path=/trunk/netsurf/; revision=11215 --- desktop/textinput.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop/textinput.c') diff --git a/desktop/textinput.c b/desktop/textinput.c index 497467563..ea8d7d227 100644 --- a/desktop/textinput.c +++ b/desktop/textinput.c @@ -1985,8 +1985,8 @@ struct box *textarea_insert_break(struct browser_window *bw, return NULL; } - new_br = box_create(text_box->style, false, 0, 0, text_box->title, 0, - current_content); + new_br = box_create(NULL, text_box->style, false, 0, 0, text_box->title, + 0, current_content); new_text = talloc(current_content, struct box); if (!new_text) { warn_user("NoMemory", 0); -- cgit v1.2.3