From 20051a55a8a7cb710767e09b0a5e6e2a0445c0ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Fri, 30 May 2014 11:53:57 +0000 Subject: Get rid of Popup (EnableDisableMenuCommand) vs. YAPP (ToggleEnabled) services madness git-svn-id: http://svn.miranda-ng.org/main/trunk@9370 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/BossKeyPlus/src/BossKey.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/BossKeyPlus') diff --git a/plugins/BossKeyPlus/src/BossKey.cpp b/plugins/BossKeyPlus/src/BossKey.cpp index 188e1ec57f..3be8c1a081 100644 --- a/plugins/BossKeyPlus/src/BossKey.cpp +++ b/plugins/BossKeyPlus/src/BossKey.cpp @@ -718,8 +718,6 @@ extern "C" int __declspec(dllexport) Load(void) { if (db_get_b(NULL, "Popup", "ModuleIsEnabled", 1) == 0) db_set_b(NULL, "Popup", "ModuleIsEnabled", 1); - if (db_get_b(NULL, "YAPP", "Enabled", 1) == 0) - db_set_b(NULL, "YAPP", "Enabled", 1); } if (g_wMaskAdv & OPT_HIDEONSTART && db_get_b(NULL, "Popup", "ModuleIsEnabled", 0)) // hack for disabling popup on startup if "Hide Miranda on startup" is enabled { -- cgit v1.2.3