gaim/gaim

135cf2bf3139
Parents 57aacaca980b
Children 4bb53bb9c4c3
Icon scaling _before_ sending to the server is a good idea for oscar...
--- a/src/protocols/oscar/oscar.c Wed Feb 16 15:13:12 2005 -0500
+++ b/src/protocols/oscar/oscar.c Wed Feb 16 15:26:57 2005 -0500
@@ -7375,7 +7375,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 */