From b1c5a5361b700745faf23bea8ecd94a45d74961d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 16 Jul 2018 13:31:25 +0300 Subject: fixes #1505 (AssocMgr: cannot disable MSN integration) --- protocols/MSN/src/msn.cpp | 2 -- protocols/MSN/src/msn_links.cpp | 5 ----- protocols/MSN/src/version.h | 6 +++--- 3 files changed, 3 insertions(+), 10 deletions(-) (limited to 'protocols/MSN/src') diff --git a/protocols/MSN/src/msn.cpp b/protocols/MSN/src/msn.cpp index 89c38531ae..4f1ebb038d 100644 --- a/protocols/MSN/src/msn.cpp +++ b/protocols/MSN/src/msn.cpp @@ -30,7 +30,6 @@ CMPlugin g_plugin; // Initialization routines void MsnLinks_Init(void); -void MsnLinks_Destroy(void); ///////////////////////////////////////////////////////////////////////////////////////// // Global variables @@ -95,6 +94,5 @@ int CMPlugin::Load() int CMPlugin::Unload() { MSN_RemoveContactMenus(); - MsnLinks_Destroy(); return 0; } diff --git a/protocols/MSN/src/msn_links.cpp b/protocols/MSN/src/msn_links.cpp index 0235544138..05fd20136a 100644 --- a/protocols/MSN/src/msn_links.cpp +++ b/protocols/MSN/src/msn_links.cpp @@ -137,8 +137,3 @@ void MsnLinks_Init(void) CreateServiceFunction(szService, ServiceParseMsnimLink); AssocMgr_AddNewUrlTypeW("msnim:", TranslateT("MSN Link Protocol"), g_plugin.getInst(), IDI_MSN, szService, 0); } - -void MsnLinks_Destroy(void) -{ - CallService(MS_ASSOCMGR_REMOVEURLTYPE, 0, (LPARAM)"msnim:"); -} diff --git a/protocols/MSN/src/version.h b/protocols/MSN/src/version.h index 852ea892b6..b9fbd7b8d9 100644 --- a/protocols/MSN/src/version.h +++ b/protocols/MSN/src/version.h @@ -19,9 +19,9 @@ along with this program. If not, see . */ #define __MAJOR_VERSION 0 -#define __MINOR_VERSION 14 -#define __RELEASE_NUM 0 -#define __BUILD_NUM 2 +#define __MINOR_VERSION 95 +#define __RELEASE_NUM 9 +#define __BUILD_NUM 1 #include -- cgit v1.2.3