diff src/protocols/toc/toc.c @ 7117:943085b0ff8b

[gaim-migrate @ 7684] faceprint pointed out that parse_toc_buddy_list() was used in TOC, so it's now gaim_blist_parse_toc_buddy_list() (sucky function name). committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 02 Oct 2003 02:15:36 +0000
parents 9220c7490cd1
children bf630f7dfdcd
line wrap: on
line diff
--- a/src/protocols/toc/toc.c	Thu Oct 02 01:58:26 2003 +0000
+++ b/src/protocols/toc/toc.c	Thu Oct 02 02:15:36 2003 +0000
@@ -717,7 +717,7 @@
 		}
 	} else if (!g_ascii_strcasecmp(c, "CONFIG")) {
 		c = strtok(NULL, ":");
-		parse_toc_buddy_list(gc->account, c);
+		gaim_blist_parse_toc_buddy_list(gc->account, c);
 	} else if (!g_ascii_strcasecmp(c, "NICK")) {
 		/* ignore NICK so that things get imported/exported properly
 		c = strtok(NULL, ":");