diff options
| author | George Hazan <ghazan@miranda.im> | 2019-07-15 16:18:01 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2019-07-15 16:18:01 +0300 |
| commit | 4d058c1bd49cb0214e452fea0a84bce2889b4434 (patch) | |
| tree | 31cb00df5fc94f626447ba495123d2f2d8660b5f /protocols/SkypeWeb/src | |
| parent | 28ff0c36aee829b301d451ad232185c96e273f57 (diff) | |
PROTO_INTERFACE::ReportSelfAvatarChanged = useful helper for working with avatars
Diffstat (limited to 'protocols/SkypeWeb/src')
| -rw-r--r-- | protocols/SkypeWeb/src/skype_avatars.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/skype_avatars.cpp b/protocols/SkypeWeb/src/skype_avatars.cpp index 691290104b..56fc8f1869 100644 --- a/protocols/SkypeWeb/src/skype_avatars.cpp +++ b/protocols/SkypeWeb/src/skype_avatars.cpp @@ -44,7 +44,7 @@ INT_PTR CSkypeProto::SvcGetAvatarCaps(WPARAM wParam, LPARAM lParam) void CSkypeProto::ReloadAvatarInfo(MCONTACT hContact)
{
if (hContact == NULL) {
- CallService(MS_AV_REPORTMYAVATARCHANGED, (WPARAM)m_szModuleName, 0);
+ ReportSelfAvatarChanged();
return;
}
PROTO_AVATAR_INFORMATION ai = { 0 };
|
