| 190 char *account_name = (char *)l->data; |
190 char *account_name = (char *)l->data; |
| 191 |
191 |
| 192 if (account_name == NULL) |
192 if (account_name == NULL) |
| 193 continue; |
193 continue; |
| 194 |
194 |
| 195 if (purple_find_buddy(dialog->account, account_name) != NULL) |
195 if (purple_blist_find_buddy(dialog->account, account_name) != NULL) |
| 196 continue; |
196 continue; |
| 197 |
197 |
| 198 gtk_list_store_append(dialog->model, &iter); |
198 gtk_list_store_append(dialog->model, &iter); |
| 199 |
199 |
| 200 gtk_list_store_set(dialog->model, &iter, |
200 gtk_list_store_set(dialog->model, &iter, |