X-Git-Url: https://git.wpitchoune.net/gitweb/?p=prss.git;a=blobdiff_plain;f=src%2Fmain.c;h=132aec1b28c4b06e637d45f90f5cc56d3fdd0e5b;hp=13411c9aadd3b15ce817b326e7e1a80ef2031154;hb=c6e1efc5d14895adeddd08dca19a954efa6fabdc;hpb=b2274ef4407e7794c89ef821944f5a16bb2de2df diff --git a/src/main.c b/src/main.c index 13411c9..132aec1 100644 --- a/src/main.c +++ b/src/main.c @@ -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);