Update of /cvsroot/gaim/gaim/src/protocols/irc
In directory usw-pr-cvs1:/tmp/cvs-serv11370/protocols/irc
Modified Files:
irc.c
Log Message:
big reorg of code. list.c contains 0 gtk.
Index: irc.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/irc/irc.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- irc.c 2001/09/21 08:59:42 1.35
+++ irc.c 2001/09/28 07:46:36 1.36
@@ -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);
|