# HG changeset patch # User Sean Egan # Date 1087660207 0 # Node ID cb525f727f9c277025f2254b6057f82b962107e0 # Parent 74728ac404758f7ce8e3e6319ffb6e5e364559b5 [gaim-migrate @ 10123] ChangeLog, and I'm told that MSN doesnt' really care about image dimensions committer: Tailor Script diff -r 74728ac40475 -r cb525f727f9c ChangeLog --- a/ChangeLog Sat Jun 19 15:46:50 2004 +0000 +++ b/ChangeLog Sat Jun 19 15:50:07 2004 +0000 @@ -22,6 +22,10 @@ "Return from idle" by default. The last action(s) used are the defaults for the next pounce * Yahoo buddy icon support + * Selected buddy icons will automatically convert to the appopriate + format for the protcol. + * Dragging an image file into the Modify Account dialog will set that + as a buddy icon. Bug Fixes: * Non-looping animated icons no longer cause Gaim to freeze diff -r 74728ac40475 -r cb525f727f9c src/protocols/msn/msn.c --- a/src/protocols/msn/msn.c Sat Jun 19 15:46:50 2004 +0000 +++ b/src/protocols/msn/msn.c Sat Jun 19 15:50:07 2004 +0000 @@ -1634,7 +1634,7 @@ OPT_PROTO_MAIL_CHECK, NULL, NULL, - {"png", 96, 96}, + {"png", 0, 0}, msn_list_icon, msn_list_emblems, msn_status_text,