aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/presentation.c')
-rw-r--r--src/presentation.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/presentation.c b/src/presentation.c
index 7cce628..cdb4a14 100644
--- a/src/presentation.c
+++ b/src/presentation.c
@@ -280,6 +280,10 @@ struct presentation *new_presentation()
new->titlebar = NULL;
get_titlebar_string(new);
+ /* FIXME: Should be just one of these */
+ new->prefs = calloc(1, sizeof(struct prefs));
+ new->prefs->b_splits = 1;
+
new->window = NULL;
new->ui = NULL;
new->action_group = NULL;