Mercurial > pidgin
diff ChangeLog.API @ 15239:30932055bb7c
[gaim-migrate @ 18029]
A better fix for the bugs I introduced in revision 18012, that was
partially fixed by sf patch #1618871.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Wed, 20 Dec 2006 09:31:11 +0000 |
parents | 26357b7f117e |
children | 5176a9f30ba3 |
line wrap: on
line diff
--- a/ChangeLog.API Wed Dec 20 09:28:29 2006 +0000 +++ b/ChangeLog.API Wed Dec 20 09:31:11 2006 +0000 @@ -147,11 +147,13 @@ avoid accessing it directly. * notify_userinfo() UI op is passed a GaimNotifyUserInfo instead of a char* for the user information - * gaim_buddy_icon_get_scale_size() and - gaim_gtk_buddy_icon_get_scale_size() were changed to ALWAYS scale + * gaim_buddy_icon_get_scale_size() and was changed to ALWAYS scale the icon instead of only when icon_spec->scale_rules contains GAIM_ICON_SCALE_DISPLAY. Callers should be changed to check the scale_rules before calling this function. + * gaim_gtk_buddy_icon_get_scale_size() was changed to accept an + additional parameter which is used to determine what kind of + scaling should be done, if any. Removed: * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute