diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-03-07 13:51:12 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-03-07 13:51:29 +0200 |
commit | a806290e35706a16ac917d8fd6c29a2f0fbcdffc (patch) | |
tree | 713df8d788ddf42d205bf2e354b524ffd5e36595 /src/bookmarks.c | |
parent | e9b29fb71df2096342b4560e56491212e6137b00 (diff) |
App: Fetch remote bookmarks after init finished
Diffstat (limited to 'src/bookmarks.c')
-rw-r--r-- | src/bookmarks.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bookmarks.c b/src/bookmarks.c index 91280f3c..cf29fc69 100644 --- a/src/bookmarks.c +++ b/src/bookmarks.c | |||
@@ -167,7 +167,6 @@ void load_Bookmarks(iBookmarks *d, const char *dirPath) { | |||
167 | } | 167 | } |
168 | } | 168 | } |
169 | iRelease(f); | 169 | iRelease(f); |
170 | fetchRemote_Bookmarks(d); | ||
171 | } | 170 | } |
172 | 171 | ||
173 | void save_Bookmarks(const iBookmarks *d, const char *dirPath) { | 172 | void save_Bookmarks(const iBookmarks *d, const char *dirPath) { |