changeset 10674:9aa1d4adf3e9

[gaim-migrate @ 12214] we need to scale these both ways committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 08 Mar 2005 23:56:20 +0000
parents 179b0245a2f7
children d0412fb74a28
files src/protocols/oscar/oscar.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c	Tue Mar 08 03:15:37 2005 +0000
+++ b/src/protocols/oscar/oscar.c	Tue Mar 08 23:56:20 2005 +0000
@@ -7639,7 +7639,8 @@
 	OPT_PROTO_MAIL_CHECK | OPT_PROTO_IM_IMAGE,
 	NULL,					/* user_splits */
 	NULL,					/* protocol_options */
-	{"jpeg,gif,bmp,ico", 48, 48, 50, 50, GAIM_ICON_SCALE_SEND},	/* icon_spec */
+	{"jpeg,gif,bmp,ico", 48, 48, 50, 50,
+		GAIM_ICON_SCALE_SEND | GAIM_ICON_SCALE_DISPLAY},	/* icon_spec */
 	oscar_list_icon,		/* list_icon */
 	oscar_list_emblems,		/* list_emblems */
 	oscar_status_text,		/* status_text */