aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2012-01-06 13:50:54 +0000
committerThomas White <taw@bitwiz.org.uk>2012-01-06 13:50:54 +0000
commit4adeee7eeb8f8f9c4bff46f4b4b26f21d1b2d4a7 (patch)
tree02e5683e532c4bf1868d90e48a65ecb710b52ec6
parent668e837ca2c1c2374a8dba730cd11d73beaf1d46 (diff)
Don't open notes by default
-rw-r--r--src/presentation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/presentation.c b/src/presentation.c
index 6ae3943..9b227f5 100644
--- a/src/presentation.c
+++ b/src/presentation.c
@@ -327,7 +327,7 @@ struct presentation *new_presentation()
/* FIXME: Should be just one of these */
new->prefs = calloc(1, sizeof(struct prefs));
new->prefs->b_splits = 1;
- new->prefs->open_notes = 1;
+ new->prefs->open_notes = 0;
new->window = NULL;
new->ui = NULL;