| 288 purple_imgstore_get_filename(image), |
288 purple_imgstore_get_filename(image), |
| 289 purple_imgstore_get_data(image), |
289 purple_imgstore_get_data(image), |
| 290 purple_imgstore_get_size(image)); |
290 purple_imgstore_get_size(image)); |
| 291 purple_imgstore_unref(image); |
291 purple_imgstore_unref(image); |
| 292 |
292 |
| 293 conv = purple_find_conversation_with_account( |
293 conv = purple_conversations_find_with_account( |
| 294 PURPLE_CONV_TYPE_IM, pending_image->conv_name, |
294 PURPLE_CONV_TYPE_IM, pending_image->conv_name, |
| 295 purple_connection_get_account(gc)); |
295 purple_connection_get_account(gc)); |
| 296 if (conv != NULL) |
296 if (conv != NULL) |
| 297 purple_conversation_write(conv, "", _("Image delivered."), |
297 purple_conversation_write(conv, "", _("Image delivered."), |
| 298 PURPLE_MESSAGE_NO_LOG | PURPLE_MESSAGE_NOTIFY, |
298 PURPLE_MESSAGE_NO_LOG | PURPLE_MESSAGE_NOTIFY, |