comparison src/protocols/oscar/oscar.c @ 3000:6d95285533df

[gaim-migrate @ 3013] Played with the font loader some more in gtkimhtml.c This one is the closest I've done to Eric's, I think. It should cause the least problems. Also fixed the chatlist plugin again. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 04 Mar 2002 03:04:49 +0000
parents 6fe330f1b951
children 87fff45fa36b
comparison
equal deleted inserted replaced
2999:82b1553d53d0 3000:6d95285533df
2766 debug_printf("ssi: syncing local list and server list\n"); 2766 debug_printf("ssi: syncing local list and server list\n");
2767 2767
2768 /* Delete the buddy list */ 2768 /* Delete the buddy list */
2769 if (odata->icq) { 2769 if (odata->icq) {
2770 aim_ssi_deletelist(sess, fr->conn); 2770 aim_ssi_deletelist(sess, fr->conn);
2771 return; 2771 return 1;
2772 } 2772 }
2773 2773
2774 /* Activate SSI */ 2774 /* Activate SSI */
2775 debug_printf("ssi: activating server-stored buddy list\n"); 2775 debug_printf("ssi: activating server-stored buddy list\n");
2776 aim_ssi_enable(sess, fr->conn); 2776 aim_ssi_enable(sess, fr->conn);