diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-09-16 07:45:03 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-09-16 07:45:03 +0300 |
commit | fdfc7bdd1090a495dce55f651f159592ce77bdb1 (patch) | |
tree | 68fb66fba875a8bc256bfd91228e343c2c1a6448 /init.cpp | |
parent | 65cba88fb1b24e243eb7cd8cc0154598f81dd1d7 (diff) |
removing key prescense sign id's from all users on exit
fixed first run registry settings reading
Diffstat (limited to 'init.cpp')
-rw-r--r-- | init.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -225,6 +225,8 @@ 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); mir_free(inclosetag); mir_free(outopentag); |