From 3828ee35499c53c7d53a88c6551a2a828ab8b7cf Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 30 Apr 2013 09:38:26 +0000 Subject: checking profiles info every time git-svn-id: http://svn.miranda-ng.org/main/trunk@4573 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Skype/src/skype_profile.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'protocols') diff --git a/protocols/Skype/src/skype_profile.cpp b/protocols/Skype/src/skype_profile.cpp index f8c747d49a..deba9a4733 100644 --- a/protocols/Skype/src/skype_profile.cpp +++ b/protocols/Skype/src/skype_profile.cpp @@ -296,8 +296,8 @@ void CSkypeProto::UpdateProfile(SEObject *obj, HANDLE hContact) this->UpdateProfileAvatar(obj, hContact); uint newTS = hContact ? obj->GetUintProp(Contact::P_PROFILE_TIMESTAMP) : obj->GetUintProp(Account::P_PROFILE_TIMESTAMP); - if (newTS > ::db_get_dw(hContact, this->m_szModuleName, "ProfileTS", 0)) - { + //if (newTS > ::db_get_dw(hContact, this->m_szModuleName, "ProfileTS", 0)) + //{ this->UpdateProfileAboutText(obj, hContact); this->UpdateProfileBirthday(obj, hContact); this->UpdateProfileCity(obj, hContact); @@ -324,7 +324,7 @@ void CSkypeProto::UpdateProfile(SEObject *obj, HANDLE hContact) } ::db_set_dw(hContact, this->m_szModuleName, "ProfileTS", newTS); - } + //} } void __cdecl CSkypeProto::LoadOwnInfo(void *) -- cgit v1.2.3