| 254 |
254 |
| 255 if(!(value = xmlnode_get_data(valuenode))) |
255 if(!(value = xmlnode_get_data(valuenode))) |
| 256 continue; |
256 continue; |
| 257 |
257 |
| 258 if(!(lbl = xmlnode_get_attrib(optnode, "label"))) |
258 if(!(lbl = xmlnode_get_attrib(optnode, "label"))) |
| 259 label = value; |
259 lbl = value; |
| 260 |
260 |
| 261 data->values = g_slist_prepend(data->values, value); |
261 data->values = g_slist_prepend(data->values, value); |
| 262 |
262 |
| 263 purple_request_field_list_add(field, lbl, value); |
263 purple_request_field_list_add(field, lbl, value); |
| 264 if(g_list_find_custom(selected, value, (GCompareFunc)strcmp)) |
264 if(g_list_find_custom(selected, value, (GCompareFunc)strcmp)) |