From e145db68fb5b7d0682a4b2be0174cebfe47dd74e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 13 Jan 2017 00:01:59 +0300 Subject: a bit less netlib services --- plugins/Weather/src/weather.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Weather/src/weather.cpp') diff --git a/plugins/Weather/src/weather.cpp b/plugins/Weather/src/weather.cpp index 75ef89f777..827b5514eb 100644 --- a/plugins/Weather/src/weather.cpp +++ b/plugins/Weather/src/weather.cpp @@ -92,7 +92,7 @@ int WeatherShutdown(WPARAM, LPARAM) SaveOptions(); // save options once more status = ID_STATUS_OFFLINE; // set status to offline - CallService(MS_NETLIB_SHUTDOWN, (WPARAM)hNetlibHttp, 0); + Netlib_Shutdown(hNetlibHttp); WindowList_Broadcast(hWindowList, WM_CLOSE, 0, 0); WindowList_Broadcast(hDataWindowList, WM_CLOSE, 0, 0); -- cgit v1.2.3