aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index b3f2d4b..c203736 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -195,8 +195,8 @@ struct menu_pl
static gint add_furniture(GtkWidget *widget, struct menu_pl *pl)
{
- /* FIXME: Add it */
- printf("Adding '%s'\n", pl->style_name);
+ sc_block_append_end(pl->p->cur_edit_slide->scblocks,
+ strdup(pl->style_name), NULL, NULL);
do_slide_update(pl->p, pl->p->pc);