Update of /cvsroot/gaim/gaim/src/protocols/yahoo
In directory usw-pr-cvs1:/tmp/cvs-serv11370/protocols/yahoo
Modified Files:
yay.c
Log Message:
big reorg of code. list.c contains 0 gtk.
Index: yay.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/yahoo/yay.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- yay.c 2001/09/19 06:09:15 1.15
+++ yay.c 2001/09/28 07:46:36 1.16
@@ -259,7 +259,7 @@
}
if (bud_list_cache_exists(gc))
- do_import(NULL, gc);
+ do_import(gc, NULL);
grps = yd->sess->groups;
while (grps) {
|