Update of /cvsroot/gaim/gaim/plugins
In directory usw-pr-cvs1:/tmp/cvs-serv18712/plugins
Modified Files:
chatlist.c
Log Message:
heh. this was pointless.
Index: chatlist.c
===================================================================
RCS file: /cvsroot/gaim/gaim/plugins/chatlist.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- chatlist.c 2001/10/03 09:48:33 1.4
+++ chatlist.c 2001/10/23 08:06:09 1.5
@@ -208,7 +208,7 @@
static void refresh_list(GtkWidget *w, gpointer *m)
{
- grab_url("http://www.aol.com/community/chat/allchats.html", ref_list_callback, NULL);
+ grab_url("http://www.aol.com/community/chat/allchats.html", FALSE, ref_list_callback, NULL);
}
static void add_chat(GtkWidget *w, gpointer *m)
|