From 380ea39ed5a269e7caf32d9063b389650233fdbe Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 28 Mar 2018 20:17:40 +0300 Subject: Import now works without accounts' activation, without calling Load() of protocol plugins, just on CMPlugin information --- plugins/Import/src/import.cpp | 2 -- plugins/Import/src/version.h | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'plugins/Import') diff --git a/plugins/Import/src/import.cpp b/plugins/Import/src/import.cpp index 6ca7d031bb..8b3a8d4c03 100644 --- a/plugins/Import/src/import.cpp +++ b/plugins/Import/src/import.cpp @@ -521,8 +521,6 @@ bool ImportAccounts(OBJLIST &arSkippedModules) CopySettings(NULL, p->szSrcAcc, NULL, p->pa->szModuleName); if (bImportSysAll) arSkippedModules.insert(newStr(p->szSrcAcc)); - - Proto_ActivateAccount(p->pa); } CopySettings(NULL, META_PROTO, NULL, META_PROTO); diff --git a/plugins/Import/src/version.h b/plugins/Import/src/version.h index a1521e40d1..d5f247b3f0 100644 --- a/plugins/Import/src/version.h +++ b/plugins/Import/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0 #define __MINOR_VERSION 95 #define __RELEASE_NUM 8 -#define __BUILD_NUM 4 +#define __BUILD_NUM 5 #include -- cgit v1.2.3