From: Eric W. <war...@us...> - 2001-11-02 10:30:42
|
Update of /cvsroot/gaim/gaim/plugins In directory usw-pr-cvs1:/tmp/cvs-serv22644/plugins Modified Files: chatlist.c Log Message: right. thanks. Index: chatlist.c =================================================================== RCS file: /cvsroot/gaim/gaim/plugins/chatlist.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- chatlist.c 2001/10/23 08:06:09 1.5 +++ chatlist.c 2001/11/02 10:30:39 1.6 @@ -203,7 +203,6 @@ c++; } gtk_list_append_items(GTK_LIST(cp->list1), items); - g_free(text); } static void refresh_list(GtkWidget *w, gpointer *m) |