diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-07-23 14:25:05 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-07-23 14:25:05 +0300 |
commit | a3610ec020882015ae15b3b2808a443f81f651e6 (patch) | |
tree | 860412f333cfd3c0c29db0642d6fc547f6d1812d /src/app.c | |
parent | ce5779323b1fe6aed04f6d9ae3fd6ca77d21a221 (diff) |
Added ScrollWidget for scroll bars
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 | } |