From 509b46f98375153fad4157ceb18a8999fd6294f4 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 29 Mar 2018 19:52:35 +0300 Subject: major clutch removed with double service mode plugins launch --- plugins/Import/src/main.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'plugins/Import') diff --git a/plugins/Import/src/main.cpp b/plugins/Import/src/main.cpp index 2f31ed23c2..86706d178a 100644 --- a/plugins/Import/src/main.cpp +++ b/plugins/Import/src/main.cpp @@ -116,10 +116,7 @@ static int OnExit(WPARAM, LPARAM) static INT_PTR ServiceMode(WPARAM, LPARAM) { - if (!g_bServiceMode) { - g_bServiceMode = true; - return SERVICE_ONLYDB; - } + g_bServiceMode = true; ptrW wszFullName(Utils_ReplaceVarsW(L"%miranda_userdata%\\%miranda_profilename%.dat.bak")); if (!_waccess(wszFullName, 0)) { -- cgit v1.2.3