From 4540036e07fce39b653bbb2777df48f451368e67 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 30 May 2012 18:33:35 +0000 Subject: fixes for popups git-svn-id: http://svn.miranda-ng.org/main/trunk@241 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Weather/weather_opt.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'protocols/Weather/weather_opt.cpp') diff --git a/protocols/Weather/weather_opt.cpp b/protocols/Weather/weather_opt.cpp index 68512e09c8..2ec33bd371 100644 --- a/protocols/Weather/weather_opt.cpp +++ b/protocols/Weather/weather_opt.cpp @@ -300,8 +300,7 @@ int OptInit(WPARAM wParam,LPARAM lParam) { CallService(MS_OPT_ADDPAGE,wParam,(LPARAM)&odp); // if popup service exists, load the weather popup options - if ((ServiceExists(MS_POPUP_ADDPOPUP))) - { + if ((ServiceExists(MS_POPUP_ADDPOPUP))) { odp.position = 100000000; odp.pszTemplate = MAKEINTRESOURCEA(IDD_POPUP); odp.pszGroup = LPGEN("PopUps"); -- cgit v1.2.3