aboutsummaryrefslogtreecommitdiff
path: root/src/colloquium.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-11-05 22:02:54 +0100
committerThomas White <taw@bitwiz.org.uk>2011-11-05 22:02:54 +0100
commit6f29edb7b7ea789bc4bde1ee3237cca96c271202 (patch)
tree6ed2b9e0c20d1392c3c3ce0224818def5568f198 /src/colloquium.c
parentdbff61bb3053e4fe30397b48a32ec415119bcf66 (diff)
Loading mostly works
Diffstat (limited to 'src/colloquium.c')
-rw-r--r--src/colloquium.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/colloquium.c b/src/colloquium.c
index d9dc4d9..b389e32 100644
--- a/src/colloquium.c
+++ b/src/colloquium.c
@@ -75,6 +75,8 @@ int main(int argc, char *argv[])
}
p = new_presentation();
+ p->cur_edit_slide = add_slide(p, 0);
+ p->completely_empty = 1;
if ( open_mainwindow(p) ) {
fprintf(stderr, "Couldn't open main window.\n");
return 1;