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 03917f3e..16354baf 100644
--- a/src/app.c
+++ b/src/app.c
@@ -143,7 +143,7 @@ static void init_App_(iApp *d, int argc, char **argv) {
143 clean_Path(homePath); 143 clean_Path(homePath);
144 append_Path(homePath, &iStringLiteral("home.gmi")); 144 append_Path(homePath, &iStringLiteral("home.gmi"));
145 prependCStr_String(homePath, "file://"); 145 prependCStr_String(homePath, "file://");
146 setUrl_DocumentWidget(findWidget_App("document"), homePath); 146 postCommandf_App("open url:%s", cstr_String(homePath));
147 delete_String(homePath); 147 delete_String(homePath);
148 } 148 }
149} 149}