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