diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2012-10-27 14:55:51 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2012-10-27 14:55:51 +0000 |
commit | 380f8c00917e29f68935adf7739312c5886b01f1 (patch) | |
tree | e733624b0612f18e39e875225f31ce149cc55223 /protocols/Skype/src/skype_profile.cpp | |
parent | 17b51f794dfce371d3f70641cb7a58bf318ab8e1 (diff) |
- fixe info loading
git-svn-id: http://svn.miranda-ng.org/main/trunk@2094 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_profile.cpp')
-rw-r--r-- | protocols/Skype/src/skype_profile.cpp | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/protocols/Skype/src/skype_profile.cpp b/protocols/Skype/src/skype_profile.cpp index f37b885525..17fcf4630f 100644 --- a/protocols/Skype/src/skype_profile.cpp +++ b/protocols/Skype/src/skype_profile.cpp @@ -311,10 +311,10 @@ void CSkypeProto::OnAccountChanged(int prop) {
case CAccount::P_AVATAR_IMAGE:
case CAccount::P_AVATAR_TIMESTAMP:
- this->UpdateOwnAvatar();
+ //this->UpdateOwnAvatar();
break;
case CAccount::P_BIRTHDAY:
- this->UpdateOwnBirthday();
+ //this->UpdateOwnBirthday();
break;
case CAccount::P_CITY:
this->UpdateOwnCity();
@@ -365,4 +365,8 @@ void CSkypeProto::OnAccountChanged(int prop) void __cdecl CSkypeProto::LoadOwnInfo(void*)
{
this->UpdateOwnProfile();
+
+ //this->account.fetch();
+ //this->account->SetOnAccountChangedCallback(
+ //(CAccount::OnAccountChanged)&CSkypeProto::OnAccountChanged, this);
}
\ No newline at end of file |