comparison src/protocols/oscar/oscar.c @ 8430:87bd4d4ff499

[gaim-migrate @ 9160] Various uselessness committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 12 Mar 2004 01:55:54 +0000
parents 6995abd533f5
children 990314a962fb
comparison
equal deleted inserted replaced
8429:1b6c43246cf6 8430:87bd4d4ff499
4975 4975
4976 gaim_debug(GAIM_DEBUG_INFO, "oscar", 4976 gaim_debug(GAIM_DEBUG_INFO, "oscar",
4977 "ssi: syncing local list and server list\n"); 4977 "ssi: syncing local list and server list\n");
4978 4978
4979 if ((timestamp == 0) || (numitems == 0)) { 4979 if ((timestamp == 0) || (numitems == 0)) {
4980 gaim_notify_error(gc, NULL, "Got AIM SSI with a 0 timestamp or 0 numitems, not syncing, tell KingAnt! And tell him if your buddy list actually works or not. Thanks! Oh, IM him at markdoliner on AIM/ICQ.", NULL); 4980 gaim_debug(GAIM_DEBUG_INFO, "oscar", "Got AIM SSI with a 0 timestamp or 0 numitems--not syncing. This probably means your buddy list is empty.", NULL);
4981 return 1; 4981 return 1;
4982 } 4982 }
4983 4983
4984 /* Clean the buddy list */ 4984 /* Clean the buddy list */
4985 aim_ssi_cleanlist(sess); 4985 aim_ssi_cleanlist(sess);