comparison plugins/chatlist.c @ 2892:3a8df5c3d1ee

[gaim-migrate @ 2905] you really shouldn't be using this plugin committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 16 Dec 2001 21:07:48 +0000
parents 30828b83143d
children aaaca46b507b
comparison
equal deleted inserted replaced
2891:58baac124b0d 2892:3a8df5c3d1ee
144 GList *items = GTK_LIST(cp->list1)->children; 144 GList *items = GTK_LIST(cp->list1)->children;
145 struct chat_room *cr; 145 struct chat_room *cr;
146 c = text; 146 c = text;
147 147
148 if (!text) 148 if (!text)
149 return;
150 if (!parent)
149 return; 151 return;
150 152
151 len = strlen(text); 153 len = strlen(text);
152 154
153 while (items) { 155 while (items) {