summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skype_contacts.cpp
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2012-10-20 19:30:51 +0000
committerAlexander Lantsev <aunsane@gmail.com>2012-10-20 19:30:51 +0000
commita99d97e92e9263dc53c072fdd39925ef513d1315 (patch)
tree008c1764446b11b325d626bda23cc6fc39726f9c /protocols/Skype/src/skype_contacts.cpp
parent0414c927e4a23bd6232e0ef64c34dbc3482793b1 (diff)
- added simple notification func
git-svn-id: http://svn.miranda-ng.org/main/trunk@2003 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_contacts.cpp')
-rw-r--r--protocols/Skype/src/skype_contacts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Skype/src/skype_contacts.cpp b/protocols/Skype/src/skype_contacts.cpp
index 086c197c2c..589ad9fcf0 100644
--- a/protocols/Skype/src/skype_contacts.cpp
+++ b/protocols/Skype/src/skype_contacts.cpp
@@ -715,7 +715,7 @@ void __cdecl CSkypeProto::SearchContactBySidAsync(void* arg)
HANDLE hContact = this->GetContactBySid(sid);
if (hContact)
{
- //ShowPopup(is, _T("Contact already in your contact list"), ALLOW_MSGBOX, NULL);
+ this->ShowNotification(sid, _T("Contact already in your contact list"), 0);
this->SendBroadcast(ACKTYPE_SEARCH, ACKRESULT_SUCCESS, (HANDLE)sid, 0);
return;
}