From df4a8432b2872e78f6ffdcddab6a4b2a95c9770c Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 9 Apr 2016 21:43:00 +0000 Subject: partly reverted last commit git-svn-id: http://svn.miranda-ng.org/main/trunk@16618 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Weather/src/weather_update.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Weather/src/weather_update.cpp') diff --git a/plugins/Weather/src/weather_update.cpp b/plugins/Weather/src/weather_update.cpp index be95d9e56e..741af5e004 100644 --- a/plugins/Weather/src/weather_update.cpp +++ b/plugins/Weather/src/weather_update.cpp @@ -325,7 +325,7 @@ void UpdateAll(BOOL AutoUpdate, BOOL RemoveData) INT_PTR UpdateSingleStation(WPARAM wParam, LPARAM) { if (IsMyContact(wParam)) { - // add the station to the end of the update queue + // add the station to the end of the update queue UpdateListAdd(wParam); // if it is not updating, then start the update thread process -- cgit v1.2.3