From 1e42138054ddb2e73cb0e478c143771444c1c67e Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Sun, 27 Sep 2015 18:53:00 +0000 Subject: StartupSlience: minus one crutch git-svn-id: http://svn.miranda-ng.org/main/trunk@15461 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/StartupSilence/src/main.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'plugins/StartupSilence/src') diff --git a/plugins/StartupSilence/src/main.cpp b/plugins/StartupSilence/src/main.cpp index db07f1949d..b94af74fd6 100644 --- a/plugins/StartupSilence/src/main.cpp +++ b/plugins/StartupSilence/src/main.cpp @@ -152,9 +152,7 @@ int DisablePopup(WPARAM wParam, LPARAM) void EnablePopupModule() { - if (ServiceExists(POPUPONOFF) && db_get_b(NULL,"Popup", "ModuleIsEnabled", 0) == 0) { - CallService(POPUPONOFF, NULL, NULL); - } + CallService(MS_POPUP_QUERY, PUQS_ENABLEPOPUPS); } void InitSettings() -- cgit v1.2.3