diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-24 21:27:40 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-24 21:27:40 +0300 |
commit | 1d69a5d7728ddb03ef5e6f29de762d4eb5fc6256 (patch) | |
tree | f16ce5b63dafd793bfc61d563cb25f1c10885d38 /messages.cpp | |
parent | 35c5cc6c13327c36e3e0bf0f5d6431a9c19c897a (diff) |
bugfixes
Diffstat (limited to 'messages.cpp')
-rw-r--r-- | messages.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/messages.cpp b/messages.cpp index f7e0d9c..78994e5 100644 --- a/messages.cpp +++ b/messages.cpp @@ -101,7 +101,6 @@ int RecvMsgSvc(WPARAM w, LPARAM l) DBWriteContactSettingByte(ccs->hContact, szGPGModuleName, "GPGEncryption", 1);
setSrmmIcon(ccs->hContact);
setClistIcon(ccs->hContact);
- return 0;
}
if(isContactHaveKey(ccs->hContact))
{
|