comparison: plugins/chatlist.c
plugins/chatlist.c
- changeset 2892
- cb1e8e302461
- parent 2872
- 6871e185f510
- child 2900
- 41a50dadf407
equal
deleted
inserted
replaced
| 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) { |