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 f4d04145..2acc05d3 100644
--- a/src/app.c
+++ b/src/app.c
@@ -634,7 +634,6 @@ static void init_App_(iApp *d, int argc, char **argv) {
634 collectNewCStr_String("Getting Started"), 634 collectNewCStr_String("Getting Started"),
635 collectNewCStr_String("remotesource"), 635 collectNewCStr_String("remotesource"),
636 0x1f306); 636 0x1f306);
637 fetchRemote_Bookmarks(d->bookmarks);
638 } 637 }
639 init_Feeds(dataDir_App_()); 638 init_Feeds(dataDir_App_());
640 /* Widget state init. */ 639 /* Widget state init. */
@@ -662,6 +661,7 @@ static void init_App_(iApp *d, int argc, char **argv) {
662 } 661 }
663 iRelease(openCmds); 662 iRelease(openCmds);
664 } 663 }
664 fetchRemote_Bookmarks(d->bookmarks);
665} 665}
666 666
667static void deinit_App(iApp *d) { 667static void deinit_App(iApp *d) {