comparison src/protocols/oscar/oscar.c @ 4423:4bb433a7331c

[gaim-migrate @ 4696] Hopefully this will fix Luke's lil problem. I have a feeling it won't, thought. Also, I swapped the buttons for the join chat dialog. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 26 Jan 2003 05:11:36 +0000
parents 29b67b8de743
children 3299863ab060
comparison
equal deleted inserted replaced
4422:2fd80799d8f4 4423:4bb433a7331c
4142 va_end(ap); */ 4142 va_end(ap); */
4143 4143
4144 debug_printf("ssi: syncing local list and server list\n"); 4144 debug_printf("ssi: syncing local list and server list\n");
4145 4145
4146 /* Clean the buddy list */ 4146 /* Clean the buddy list */
4147 /* aim_ssi_cleanlist(sess, fr->conn); */ 4147 aim_ssi_cleanlist(sess, fr->conn);
4148 4148
4149 /* Add from server list to local list */ 4149 /* Add from server list to local list */
4150 tmp = 0; 4150 tmp = 0;
4151 for (curitem=sess->ssi.local; curitem; curitem=curitem->next) { 4151 for (curitem=sess->ssi.local; curitem; curitem=curitem->next) {
4152 switch (curitem->type) { 4152 switch (curitem->type) {