diff options
author | George Hazan <george.hazan@gmail.com> | 2013-05-09 10:59:50 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-05-09 10:59:50 +0000 |
commit | 00145f285b89e19f3bf03b73f9fe10974240b48f (patch) | |
tree | 1405a6ceb876c0bd597b9dcf3505b23d61a07bc5 /protocols/Skype/src/skype_database.cpp | |
parent | fa8d719d6352843c62d96f9f4fe8e5d8124720f4 (diff) |
- fake ack params thread reenabled;
- Sended replaced with Sent;
git-svn-id: http://svn.miranda-ng.org/main/trunk@4605 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_database.cpp')
-rw-r--r-- | protocols/Skype/src/skype_database.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Skype/src/skype_database.cpp b/protocols/Skype/src/skype_database.cpp index 7a967e7ab2..43fb9383d9 100644 --- a/protocols/Skype/src/skype_database.cpp +++ b/protocols/Skype/src/skype_database.cpp @@ -110,7 +110,7 @@ void CSkypeProto::RaiseMessageReceivedEvent(HANDLE hContact, DWORD timestamp, SE ::ProtoChainRecvMsg(hContact, &recv);
}
-void CSkypeProto::RaiseMessageSendedEvent(HANDLE hContact, DWORD timestamp, SEBinary &guid, const char *message, bool isUnreaded)
+void CSkypeProto::RaiseMessageSentEvent(HANDLE hContact, DWORD timestamp, SEBinary &guid, const char *message, bool isUnreaded)
{
if (this->IsMessageInDB(hContact, timestamp, guid, DBEF_SENT))
return;
|