summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skype_profile.cpp
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2012-10-28 07:28:44 +0000
committerAlexander Lantsev <aunsane@gmail.com>2012-10-28 07:28:44 +0000
commitb20547300df739d3df7d22fd78895427f4720e1d (patch)
treecec3b2e294b1de158f157cedcb08349714ce51a5 /protocols/Skype/src/skype_profile.cpp
parent864c0325be58dc597972a879af53004b17873946 (diff)
- added services to extended avatar support
git-svn-id: http://svn.miranda-ng.org/main/trunk@2097 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_profile.cpp')
-rw-r--r--protocols/Skype/src/skype_profile.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Skype/src/skype_profile.cpp b/protocols/Skype/src/skype_profile.cpp
index f4e989686f..884a145358 100644
--- a/protocols/Skype/src/skype_profile.cpp
+++ b/protocols/Skype/src/skype_profile.cpp
@@ -8,9 +8,9 @@ void CSkypeProto::UpdateOwnAvatar()
if (newTS > oldTS)
{
SEBinary data;
- this->account->GetPropAvatarImage(data);
+ //this->account->GetPropAvatarImage(data);
- if (data.size() > 0)
+ //if (data.size() > 0)
{
// todo: add own avatar loading'n'registration
}