(no commit message)
[prss.git] / src / main.c
index 13411c9..132aec1 100644 (file)
@@ -130,6 +130,9 @@ void update()
                                   COL_FEED_ID, (*feeds)->id,
                                   -1);
                free(title);
+
+               ttrs_download_headline_content(feeds);
+
                feeds++;
        }
        model_state = 0;
@@ -504,7 +507,6 @@ int main(int argc, char **argv)
 
        log_init();
 
-       http_init();
        ws_init();
 
        gtk_init(NULL, NULL);