From 0173277372e2962b8f5703a0ebad7892dda15e6c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 9 Mar 2014 21:50:49 +0000 Subject: end of the old MC API git-svn-id: http://svn.miranda-ng.org/main/trunk@8534 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/core/modules.cpp | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'src/core/modules.cpp') diff --git a/src/core/modules.cpp b/src/core/modules.cpp index 3111bc9e7d..3243e81058 100644 --- a/src/core/modules.cpp +++ b/src/core/modules.cpp @@ -150,9 +150,8 @@ int LoadDefaultModules(void) if (LoadContactsModule()) return 1; if (LoadContactListModule()) return 1; // prepare contact list interface if (LoadAddContactModule()) return 1; - #ifdef _DEBUG - if (LoadMetacontacts()) return 1; - #endif + if (LoadMetacontacts()) return 1; + if (LoadNewPluginsModule()) return 1; // will call Load(void) on everything, clist will load first Langpack_SortDuplicates(); @@ -171,9 +170,7 @@ void UnloadDefaultModules(void) { UnloadChatModule(); UnloadAccountsModule(); - #ifdef _DEBUG - UnloadMetacontacts(); - #endif + UnloadMetacontacts(); UnloadNewPlugins(); UnloadProtocolsModule(); UnloadSkinSounds(); -- cgit v1.2.3