From 68aeed54fb2c7c7d10c192a99c25d0a0c870b017 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Mon, 29 Apr 2013 05:05:06 +0000 Subject: - added new db event type - added new icons - fixed few bugs git-svn-id: http://svn.miranda-ng.org/main/trunk@4565 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Skype/src/skype_avatars.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Skype/src/skype_avatars.cpp') diff --git a/protocols/Skype/src/skype_avatars.cpp b/protocols/Skype/src/skype_avatars.cpp index c95d4e3d2a..adf956edeb 100644 --- a/protocols/Skype/src/skype_avatars.cpp +++ b/protocols/Skype/src/skype_avatars.cpp @@ -210,7 +210,7 @@ INT_PTR __cdecl CSkypeProto::SetMyAvatar(WPARAM, LPARAM lParam) return iRet; } - uint newTS = this->account->GetUintProp(/* *::P_AVATAR_TIMESTAMP */ 182); + uint newTS = this->account->GetUintProp(Account::P_AVATAR_IMAGE); ::db_set_dw(NULL, this->m_szModuleName, "AvatarTS", newTS); iRet = 0; -- cgit v1.2.3