From 0faa3eb25866f25da1957f7a4fb5493816d9e4f3 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 29 Jan 2014 23:21:43 +0100 Subject: Fix rendering --- src/presentation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/presentation.c b/src/presentation.c index 1e628b9..4b89126 100644 --- a/src/presentation.c +++ b/src/presentation.c @@ -446,7 +446,7 @@ int load_presentation(struct presentation *p, const char *filename) if ( s != NULL ) { - s->scblocks = sc_block_child(block); + s->scblocks = block; s->top = frame_new(); s->top->scblocks = s->scblocks; -- cgit v1.2.3