diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2012-12-28 20:34:31 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2012-12-28 20:34:31 +0000 |
commit | 578c3d4a75046cc06dfa247b437f04fc542c36a9 (patch) | |
tree | d6cc8b80c086fdf1b13f5469b66bbaf341abc9e5 /protocols/Skype/src/skype_contacts.cpp | |
parent | 121f8a3e433af878f1168d28035ad4fd17b7aa0b (diff) |
- added password changing
git-svn-id: http://svn.miranda-ng.org/main/trunk@2875 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_contacts.cpp')
-rw-r--r-- | protocols/Skype/src/skype_contacts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Skype/src/skype_contacts.cpp b/protocols/Skype/src/skype_contacts.cpp index 9512deca75..2387a38fa2 100644 --- a/protocols/Skype/src/skype_contacts.cpp +++ b/protocols/Skype/src/skype_contacts.cpp @@ -473,7 +473,7 @@ void __cdecl CSkypeProto::SearchBySidAsync(void* arg) HANDLE hContact = this->GetContactBySid(sid);
if (hContact)
{
- this->ShowNotification(TranslateT("Contact already in your contact list"), 0, sid);
+ this->ShowNotification(TranslateT("Contact already in your contact list"), 0, hContact);
this->SendBroadcast(ACKTYPE_SEARCH, ACKRESULT_SUCCESS, (HANDLE)SKYPE_SEARCH_BYSID, 0);
return;
}
|