| 75 struct queued_message *qm = templist->data; |
75 struct queued_message *qm = templist->data; |
| 76 if (templist->data) { |
76 if (templist->data) { |
| 77 if (!gaim_utf8_strcasecmp(qm->name, name)) { |
77 if (!gaim_utf8_strcasecmp(qm->name, name)) { |
| 78 GaimAccount *account = NULL; |
78 GaimAccount *account = NULL; |
| 79 |
79 |
| 80 if (g_slist_index(gaim_accounts, qm->account) >= 0) |
80 if (g_list_index(gaim_accounts_get_all(), qm->account) >= 0) |
| 81 account = qm->account; |
81 account = qm->account; |
| 82 |
82 |
| 83 cnv = gaim_find_conversation(name); |
83 cnv = gaim_find_conversation(name); |
| 84 |
84 |
| 85 if (!cnv) |
85 if (!cnv) |