Mercurial > pidgin
diff src/toc.c @ 318:35796808896a
[gaim-migrate @ 328]
This is the way it's *SUPPOSED* to be done.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Fri, 02 Jun 2000 18:59:27 +0000 |
| parents | f905caee43ca |
| children | b573f33c5e0e |
line wrap: on
line diff
--- a/src/toc.c Fri Jun 02 18:23:54 2000 +0000 +++ b/src/toc.c Fri Jun 02 18:59:27 2000 +0000 @@ -444,6 +444,8 @@ } else if (!strcasecmp(c, "CONFIG")) { /* do we want to load the buddy list again here? */ + c = strtok(NULL,":"); + parse_toc_buddy_list(c, 0); } else if (!strcasecmp(c, "ERROR")) { /* This should be handled by wait_reply c = strtok(NULL,":");
