diff options
Diffstat (limited to 'src/app.c')
-rw-r--r-- | src/app.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||
667 | static void deinit_App(iApp *d) { | 667 | static void deinit_App(iApp *d) { |