From: Eric W. <war...@us...> - 2001-12-11 07:18:13
|
Update of /cvsroot/gaim/gaim/plugins In directory usw-pr-cvs1:/tmp/cvs-serv20058 Modified Files: chatlist.c Log Message: you should not be using this plugin. Index: chatlist.c =================================================================== RCS file: /cvsroot/gaim/gaim/plugins/chatlist.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- chatlist.c 2001/11/07 22:25:38 1.7 +++ chatlist.c 2001/12/11 07:18:10 1.8 @@ -209,7 +209,7 @@ static void refresh_list(GtkWidget *w, gpointer *m) { - grab_url("http://www.aol.com/community/chat/allchats.html", FALSE, ref_list_callback, NULL); + grab_url("http://www.aim.com/community/chats.adp", FALSE, ref_list_callback, NULL); } static void add_chat(GtkWidget *w, gpointer *m) |