summaryrefslogtreecommitdiff
path: root/init.cpp
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-10-27 19:54:43 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-10-27 19:54:43 +0300
commitf3d248034ff8629704e7a76a09b2d565df92c195 (patch)
treee68147d6dfe3e40d81c6665cef323178184ceafe /init.cpp
parent69c525336f25083947d9f246de16fb83f73ce9d8 (diff)
modified: init.cpp
modified: main.cpp modified: options.cpp
Diffstat (limited to 'init.cpp')
-rw-r--r--init.cpp4
1 files changed, 2 insertions, 2 deletions
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<wstring> 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<wstring>::iterator p = transfers.begin(); p != transfers.end(); p++)