From d136d0ccb00bb6b0f7ec42388afa9ef07094abf5 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sat, 23 May 2015 07:22:46 +0000 Subject: revert - server does not accept avatars larger than 64x64 git-svn-id: http://svn.miranda-ng.org/main/trunk@13770 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/IcqOscarJ/src/icqosc_svcs.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols') diff --git a/protocols/IcqOscarJ/src/icqosc_svcs.cpp b/protocols/IcqOscarJ/src/icqosc_svcs.cpp index e85460fefb..ff7c0d5f1f 100644 --- a/protocols/IcqOscarJ/src/icqosc_svcs.cpp +++ b/protocols/IcqOscarJ/src/icqosc_svcs.cpp @@ -293,8 +293,8 @@ INT_PTR CIcqProto::GetAvatarCaps(WPARAM wParam, LPARAM lParam) if (wParam == AF_MAXSIZE) { POINT *size = (POINT*)lParam; if (size) { - size->x = 600; - size->y = 600; + size->x = 64; + size->y = 64; } return 0; } -- cgit v1.2.3