diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-04-24 08:01:01 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-04-24 08:01:01 +0000 |
commit | be3ebdd67a6cc0df9a0f6263371ea133d876c642 (patch) | |
tree | 643faca2d4e01695c93846fae27be8fff9e2420e /protocols/Skype/src/skype_events.cpp | |
parent | 66a56e980af1a828d1fb5af2377c4c7610076b5b (diff) |
- double message fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@4523 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_events.cpp')
-rw-r--r-- | protocols/Skype/src/skype_events.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/protocols/Skype/src/skype_events.cpp b/protocols/Skype/src/skype_events.cpp index b35300a3b8..91731fbd6a 100644 --- a/protocols/Skype/src/skype_events.cpp +++ b/protocols/Skype/src/skype_events.cpp @@ -106,11 +106,11 @@ void CSkypeProto::OnMessageSended(CConversation::Ref &conversation, CMessage::Re SEBinary guid;
message->GetPropGuid(guid);
- this->RaiseMessageSendedEvent(
- hContact,
- timestamp,
- guid.data(),
- text);
+ //this->RaiseMessageSendedEvent(
+ //hContact,
+ //timestamp,
+ //guid.data(),
+ //text);
}
}
else
|