diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-09 08:34:40 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-09 08:34:40 +0300 |
commit | e224f1745a79e44c9c1a4a7f26c730b768dac010 (patch) | |
tree | 0374c3ac3c256060dff2248bbb98dd6e4fdb0ef6 /init.cpp | |
parent | 5b66750e1759aef824fab28d8e36f349bc060f20 (diff) |
srmm icon fix for metacontacts
Diffstat (limited to 'init.cpp')
-rw-r--r-- | init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -228,7 +228,7 @@ static int OnModulesLoaded(WPARAM wParam,LPARAM lParam) 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"); mir_free(inopentag); |