diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-11-25 11:08:37 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-11-25 11:08:37 +0000 |
commit | e027d86c08e0b00e33152f2541bf58875bad8a51 (patch) | |
tree | d4bd547afe1dfe66b7ec44f0e1db60b9ffa6f260 /protocols/Skype/src/skype_services.cpp | |
parent | 22c73a4ca5c842cc18ca9b45aa4b883d59d84012 (diff) |
fixed getting of own avatar
git-svn-id: http://svn.miranda-ng.org/main/trunk@2475 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_services.cpp')
-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 09aa2f29f2..591a1d862b 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;
}
+ //this->account->SetBinProperty(Account::P_AVATAR_IMAGE, avt);
// todo: add avatar loading to skype server
|