summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/textinput.c4
1 files changed, 2 insertions, 2 deletions
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);