Update of /cvsroot/gaim/gaim/plugins
In directory usw-pr-cvs1:/tmp/cvs-serv12639
Modified Files:
chatlist.c
Log Message:
you really shouldn't be using this plugin
Index: chatlist.c
===================================================================
RCS file: /cvsroot/gaim/gaim/plugins/chatlist.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- chatlist.c 2001/12/11 07:18:10 1.8
+++ chatlist.c 2001/12/16 21:07:48 1.9
@@ -147,6 +147,8 @@
if (!text)
return;
+ if (!parent)
+ return;
len = strlen(text);
|