aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 1201667..eb68ba8 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -494,7 +494,7 @@ static gint add_furniture(GtkWidget *widget, struct presentation *p)
if ( sty == NULL ) return 0;
force_tool(p, TOOL_TEXT);
- p->text_tool->create_default(p, sty, p->text_tool);
+ p->text_tool->create_default(p, sty, p->cur_edit_slide, p->text_tool);
return 0;
}