Mercurial > pidgin.yaz
diff src/protocols/irc/irc.c @ 2382:569ae9f2bb89
[gaim-migrate @ 2395]
big reorg of code. list.c contains 0 gtk.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Fri, 28 Sep 2001 07:46:36 +0000 |
| parents | 9bda60d2d2e6 |
| children | a7ecfd3f7714 |
line wrap: on
line diff
--- a/src/protocols/irc/irc.c Fri Sep 28 05:17:16 2001 +0000 +++ b/src/protocols/irc/irc.c Fri Sep 28 07:46:36 2001 +0000 @@ -710,7 +710,7 @@ serv_finish_login(gc); if (bud_list_cache_exists(gc)) - do_import(NULL, gc); + do_import(gc, NULL); /* we don't call this now because otherwise some IRC servers might not like us */ idata->timer = g_timeout_add(20000, irc_request_buddy_update, gc);
