# HG changeset patch # User Mark Doliner # Date 1150507989 0 # Node ID 6c3c8d0d389ffd88eee1d85ceb2f5d2f9639b8fc # Parent 475aed3aacfc1741a7fef6edca0b80f37883dae9 [gaim-migrate @ 16271] Some comment changes committer: Tailor Script diff -r 475aed3aacfc -r 6c3c8d0d389f src/protocols/msn/userlist.c --- a/src/protocols/msn/userlist.c Fri Jun 16 16:17:20 2006 +0000 +++ b/src/protocols/msn/userlist.c Sat Jun 17 01:33:09 2006 +0000 @@ -292,6 +292,11 @@ if (!(user->list_op & (MSN_LIST_AL_OP | MSN_LIST_BL_OP))) { + /* + * TODO: The friendly name was NULL for me when I + * looked at this. Maybe we should use the store + * name instead? --KingAnt + */ got_new_entry(gc, passport, friendly); } } @@ -413,7 +418,12 @@ if (list_op & MSN_LIST_RL_OP) { /* These are users who have us on their buddy list. */ - /* TODO: what does store name is when this happens? */ + /* + * TODO: What is store name set to when this happens? + * For one of my accounts "something@hotmail.com" + * the store name was "something." Maybe we + * should use the friendly name, instead? --KingAnt + */ if (!(list_op & (MSN_LIST_AL_OP | MSN_LIST_BL_OP))) { diff -r 475aed3aacfc -r 6c3c8d0d389f src/protocols/oscar/oscar.c --- a/src/protocols/oscar/oscar.c Fri Jun 16 16:17:20 2006 +0000 +++ b/src/protocols/oscar/oscar.c Sat Jun 17 01:33:09 2006 +0000 @@ -1903,6 +1903,7 @@ file = g_fopen(iconfile, "rb"); if (file) { /* XXX - Use g_file_get_contents() */ + /* g_file_get_contents(iconfile, &data, &len, NULL); */ int len = fread(buf, 1, st.st_size, file); gaim_debug_info("oscar", "Sending buddy icon to %s (%d bytes, " diff -r 475aed3aacfc -r 6c3c8d0d389f src/protocols/yahoo/yahoo_packet.c --- a/src/protocols/yahoo/yahoo_packet.c Fri Jun 16 16:17:20 2006 +0000 +++ b/src/protocols/yahoo/yahoo_packet.c Sat Jun 17 01:33:09 2006 +0000 @@ -116,7 +116,7 @@ struct yahoo_pair *pair = g_new0(struct yahoo_pair, 1); - /* this is weird, and in one of the chat packets, and causes us + /* this is weird, and in one of the chat packets, and causes us to * think all the values are keys and all the keys are values after * this point if we don't handle it */ if (data[pos] == '\0') {