comparison src/prpl.c @ 6640:314111e7b601

[gaim-migrate @ 7165] Changed several calls from gaim_find_conversation() to gaim_find_conversation_with_account(). committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 28 Aug 2003 01:18:50 +0000
parents ff4551719cc7
children 0c5637b5462e
comparison
equal deleted inserted replaced
6639:1b91cb6be4c3 6640:314111e7b601
166 166
167 id->data = g_memdup(data, len); 167 id->data = g_memdup(data, len);
168 id->len = len; 168 id->len = len;
169 169
170 /* Update the buddy icon for this user. */ 170 /* Update the buddy icon for this user. */
171 conv = gaim_find_conversation(realwho); 171 conv = gaim_find_conversation_with_account(realwho, gc->account);
172 172
173 /* XXX Buddy Icon should probalby be part of struct buddy instead of this weird global 173 /* XXX Buddy Icon should probalby be part of struct buddy instead of this weird global
174 * linked list stuff. */ 174 * linked list stuff. */
175 175
176 if ((b = gaim_find_buddy(gc->account, realwho)) != NULL) { 176 if ((b = gaim_find_buddy(gc->account, realwho)) != NULL) {