Mercurial > pidgin
diff src/toc.c @ 774:b61607d6c2af
[gaim-migrate @ 784]
save buddy chats, and better display of them (though they flash now, but they don't cause errors)
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Mon, 28 Aug 2000 18:49:17 +0000 |
| parents | 977048924ce1 |
| children | 57cc66fbfa8e |
line wrap: on
line diff
--- a/src/toc.c Mon Aug 28 18:25:39 2000 +0000 +++ b/src/toc.c Mon Aug 28 18:49:17 2000 +0000 @@ -163,9 +163,9 @@ parse_toc_buddy_list(config, 0); else do_import(0, 0); - refresh_buddy_window(); - + setup_buddy_chats(); + g_snprintf(buf2, sizeof(buf2), "toc_init_done"); sflap_send(buf2, -1, TYPE_DATA);
