diff options
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 d7b120e074..7a79b782a5 100644 --- a/protocols/Skype/src/skype_events.cpp +++ b/protocols/Skype/src/skype_events.cpp @@ -101,11 +101,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
|