[Adium-devl] [Adium-svn] rev 22119 - trunk/Source
Peter Hosey
boredzo at gmail.com
Fri Jan 4 18:27:08 UTC 2008
On Jan 04, 2008, at 09:48:19, evands at adiumx.com wrote:
> +
> + //Address book can feed us giant images, which we really don't
> want to keep around
> + NSSize size = [image size];
> + if (size.width > 96 || size.height > 96)
> + image = [image imageByScalingToSize:NSMakeSize(96, 96)];
> [image setDataRetained:YES];
I'm pretty sure this defeats the purpose of having
setDataRetained:YES there, which was to keep the large data around so
that the Contact List doesn't get a blocky image.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186 bytes
Desc: This is a digitally signed message part
URL: <http://adium.im/pipermail/devel_adium.im/attachments/20080104/1be9ebfd/attachment.sig>
More information about the devel
mailing list