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 a0054a9f..db150f0b 100644
--- a/src/app.c
+++ b/src/app.c
@@ -498,7 +498,7 @@ static void init_App_(iApp *d, int argc, char **argv) {
498 /* Widget state init. */ 498 /* Widget state init. */
499 processEvents_App(postedEventsOnly_AppEventMode); 499 processEvents_App(postedEventsOnly_AppEventMode);
500 if (!loadState_App_(d)) { 500 if (!loadState_App_(d)) {
501 postCommand_App("navigate.home"); 501 postCommand_App("open url:about:help");
502 } 502 }
503 postCommand_App("window.unfreeze"); 503 postCommand_App("window.unfreeze");
504 d->isFinishedLaunching = iTrue; 504 d->isFinishedLaunching = iTrue;