aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 5b03828..22e4ce8 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -380,9 +380,9 @@ static gint new_sig(GtkWidget *widget, struct presentation *pnn)
new = add_slide(p, 0);
p->completely_empty = 1;
/* FIXME: position */
- new->scblocks = sc_block_append_inside(p->scblocks, "slide",
- NULL, NULL);
-
+ new->scblocks = sc_block_append_end(p->scblocks, "slide",
+ NULL, NULL);
+ attach_notes(new);
open_mainwindow(p);
}