From 3361d33bd5782edb07270518705a41f4cd57697b Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Fri, 26 Apr 2013 20:54:36 +0000 Subject: - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@4543 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Skype/src/skype_events.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'protocols/Skype/src/skype_events.cpp') 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 -- cgit v1.2.3