From f3d248034ff8629704e7a76a09b2d565df92c195 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Wed, 27 Oct 2010 19:54:43 +0300 Subject: modified: init.cpp modified: main.cpp modified: options.cpp --- init.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init.cpp') diff --git a/init.cpp b/init.cpp index 29602f6..c8d95ae 100644 --- a/init.cpp +++ b/init.cpp @@ -234,8 +234,8 @@ static int OnModulesLoaded(WPARAM wParam,LPARAM lParam) extern list transfers; extern "C" int __declspec(dllexport) Unload(void) { - for (HANDLE hContact = (HANDLE)CallService(MS_DB_CONTACT_FINDFIRST, 0, 0); hContact; hContact = (HANDLE)CallService(MS_DB_CONTACT_FINDNEXT, (WPARAM)hContact, 0)) - DBDeleteContactSetting(hContact, szGPGModuleName, "KeyID_Prescense"); +// for (HANDLE hContact = (HANDLE)CallService(MS_DB_CONTACT_FINDFIRST, 0, 0); hContact; hContact = (HANDLE)CallService(MS_DB_CONTACT_FINDNEXT, (WPARAM)hContact, 0)) +// DBDeleteContactSetting(hContact, szGPGModuleName, "KeyID_Prescense"); if(!transfers.empty()) { for(list::iterator p = transfers.begin(); p != transfers.end(); p++) -- cgit v1.2.3