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 c203736..62dbe98 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -1544,8 +1544,8 @@ static struct frame *create_frame(struct presentation *p, double x, double y,
fr = add_subframe(parent);
/* Add to SC */
- fr->scblocks = sc_block_append_inside(p->cur_edit_slide->scblocks,
- "f", NULL, NULL);
+ fr->scblocks = sc_block_append_end(p->cur_edit_slide->scblocks,
+ "f", NULL, NULL);
sc_block_set_frame(fr->scblocks, fr);
sc_block_append_inside(fr->scblocks, NULL, NULL, strdup(""));