# HG changeset patch # User Nathan Walp # Date 1110326180 0 # Node ID 9aa1d4adf3e9364000c297ebfe15c620d5912893 # Parent 179b0245a2f760f6533d21d5adc466cddc2855c3 [gaim-migrate @ 12214] we need to scale these both ways committer: Tailor Script diff -r 179b0245a2f7 -r 9aa1d4adf3e9 src/protocols/oscar/oscar.c --- 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 */