diff options
Diffstat (limited to 'src/app.c')
-rw-r--r-- | src/app.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |