From 65d90486d32affb97b6803abdb77fe09252d8c98 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Sun, 11 Aug 2013 08:31:53 +0000 Subject: - IEView: Ressource fixes - Weather: Fix for a rare message box git-svn-id: http://svn.miranda-ng.org/main/trunk@5643 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- 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 1da5f8a6fb..ddb205ea23 100644 --- a/plugins/Weather/src/weather.cpp +++ b/plugins/Weather/src/weather.cpp @@ -191,7 +191,7 @@ extern "C" int __declspec(dllexport) Load(void) EraseAllInfo(); // load weather update data - LoadWIData(TRUE); + LoadWIData(true); // set status to online if "Do not display weather condition as protocol status" is enabled old_status = status = ID_STATUS_OFFLINE; -- cgit v1.2.3