summaryrefslogtreecommitdiff
path: root/src/app.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.c')
-rw-r--r--src/app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.c b/src/app.c
index d8053315..3107cda3 100644
--- a/src/app.c
+++ b/src/app.c
@@ -397,7 +397,7 @@ static iBool loadState_App_(iApp *d) {
397 readData_File(f, 4, magic); 397 readData_File(f, 4, magic);
398 if (!memcmp(magic, magicTabDocument_App_, 4)) { 398 if (!memcmp(magic, magicTabDocument_App_, 4)) {
399 if (!doc) { 399 if (!doc) {
400 doc = newTab_App(NULL, iTrue); 400 doc = newTab_App(NULL, iFalse /* no switching */);
401 } 401 }
402 if (read8_File(f)) { 402 if (read8_File(f)) {
403 current = doc; 403 current = doc;