aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-09-13 09:54:11 +0200
committerThomas White <taw@bitwiz.org.uk>2014-09-13 09:54:11 +0200
commit7b302ea4b906b162c37c3370434165f6e83a9def (patch)
tree8af7639781698cf6722ce329abf47589e79ad5da /src/mainwindow.c
parent28026ebf0fde1eb1b51f3808b4f3fc681039e887 (diff)
Restore notes
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);
}