From 90885761477a93da9cb12c241e786f9879835bc8 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 25 Nov 2012 11:13:10 +0000 Subject: git-svn-id: http://svn.miranda-ng.org/main/trunk@2477 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Skype/docs/todo_list.txt | 3 --- protocols/Skype/src/skype_services.cpp | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'protocols/Skype') diff --git a/protocols/Skype/docs/todo_list.txt b/protocols/Skype/docs/todo_list.txt index 3091719fb4..bf6823bd9c 100644 --- a/protocols/Skype/docs/todo_list.txt +++ b/protocols/Skype/docs/todo_list.txt @@ -1,6 +1,3 @@ -Bugs: -- don't correct loading and setting users avatars - Features: - add avatar loading to skype server - add correct own info 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 -- cgit v1.2.3