diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-11-25 11:13:10 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-11-25 11:13:10 +0000 |
commit | 90885761477a93da9cb12c241e786f9879835bc8 (patch) | |
tree | 019020bcf00249cbf137b795811f5496856116e5 /protocols/Skype/src | |
parent | 8f3a7e69c22035e10be8074b57c1fbd36699d37d (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@2477 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src')
-rw-r--r-- | protocols/Skype/src/skype_services.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Skype/src/skype_services.cpp b/protocols/Skype/src/skype_services.cpp index 591a1d862b..314a286d2c 100644 --- a/protocols/Skype/src/skype_services.cpp +++ b/protocols/Skype/src/skype_services.cpp @@ -113,6 +113,7 @@ int __cdecl CSkypeProto::SetMyAvatar(WPARAM, LPARAM lParam) this->Log("Failed to copy our avatar to local storage.");
return iRet;
}
+ // need to validate avatar Skype::ValidateAvatar
//this->account->SetBinProperty(Account::P_AVATAR_IMAGE, avt);
// todo: add avatar loading to skype server
|