changeset 10603:03aa223a14d9

[gaim-migrate @ 12034] Icon scaling _before_ sending to the server is a good idea for oscar... committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Wed, 16 Feb 2005 20:27:49 +0000
parents f52ab405f1ab
children 255225f7639e
files src/protocols/oscar/oscar.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c	Wed Feb 16 20:14:12 2005 +0000
+++ b/src/protocols/oscar/oscar.c	Wed Feb 16 20:27:49 2005 +0000
@@ -7625,7 +7625,7 @@
 	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_DISPLAY},	/* icon_spec */
+	{"jpeg,gif,bmp,ico", 48, 48, 50, 50, GAIM_ICON_SCALE_SEND},	/* icon_spec */
 	oscar_list_icon,		/* list_icon */
 	oscar_list_emblems,		/* list_emblems */
 	oscar_status_text,		/* status_text */