diff options
Diffstat (limited to 'protocols')
| -rw-r--r-- | protocols/Skype/docs/todo_list.txt | 3 | ||||
| -rw-r--r-- | protocols/Skype/src/skype_services.cpp | 1 | 
2 files changed, 1 insertions, 3 deletions
| 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
 | 
