Update of /cvsroot/gaim/gaim/plugins
In directory usw-pr-cvs1:/tmp/cvs-serv25541/plugins
Modified Files:
chatlist.c
Log Message:
boo-yah!
Index: chatlist.c
===================================================================
RCS file: /cvsroot/gaim/gaim/plugins/chatlist.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- chatlist.c 2001/09/24 20:37:41 1.3
+++ chatlist.c 2001/10/03 09:48:33 1.4
@@ -11,6 +11,8 @@
#include <stdlib.h>
#include <string.h>
+#define AOL_SRCHSTR "/community/aimcheck.adp/url="
+
struct chat_page {
GtkWidget *list1;
GtkWidget *list2;
|