From 4ec1e6ac7076575a1c12718ce00510295ee16a05 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 28 Aug 2012 17:50:31 +0000 Subject: NewsAggregator: fixed not checking feed at start when time set at 0 git-svn-id: http://svn.miranda-ng.org/main/trunk@1533 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/NewsAggregator/Src/Update.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/NewsAggregator/Src/Update.cpp') diff --git a/protocols/NewsAggregator/Src/Update.cpp b/protocols/NewsAggregator/Src/Update.cpp index f2f5ecf92a..0c2431e9a0 100644 --- a/protocols/NewsAggregator/Src/Update.cpp +++ b/protocols/NewsAggregator/Src/Update.cpp @@ -62,7 +62,7 @@ VOID CALLBACK timerProc2(HWND hwnd, UINT uMsg, UINT_PTR idEvent, DWORD dwTime) if (!Miranda_Terminated()) { - CheckAllFeeds(0,0); + CheckAllFeeds(0, 1); timerId = SetTimer(NULL, 0, 30000, (TIMERPROC)timerProc); } } -- cgit v1.2.3