From 27cac8c07ca2465c187bb90e7058a854f46b6746 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Wed, 8 May 2013 15:08:27 +0000 Subject: - code restructurization - started network log filling git-svn-id: http://svn.miranda-ng.org/main/trunk@4598 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Skype/src/skype_profile.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'protocols/Skype/src/skype_profile.cpp') diff --git a/protocols/Skype/src/skype_profile.cpp b/protocols/Skype/src/skype_profile.cpp index 3e9a1c2e20..8448475817 100644 --- a/protocols/Skype/src/skype_profile.cpp +++ b/protocols/Skype/src/skype_profile.cpp @@ -275,6 +275,7 @@ void CSkypeProto::UpdateProfileTimezone(SEObject *obj, HANDLE hContact) void CSkypeProto::UpdateProfile(SEObject *obj, HANDLE hContact) { + this->Log(L"Updating profile for %p", hContact); this->UpdateProfileAvatar(obj, hContact); uint newTS = hContact ? obj->GetUintProp(Contact::P_PROFILE_TIMESTAMP) : obj->GetUintProp(Account::P_PROFILE_TIMESTAMP); @@ -320,6 +321,6 @@ void __cdecl CSkypeProto::LoadOwnInfo(void *) nick = ::mir_utf8decodeW(data); ::db_set_ws(NULL, this->m_szModuleName, "Nick", nick); } - this->UpdateProfileAvatar(this->account.fetch()); + //this->UpdateProfileAvatar(this->account.fetch()); this->UpdateProfile(this->account.fetch()); } \ No newline at end of file -- cgit v1.2.3