| 212 sent_image->conv_name, |
212 sent_image->conv_name, |
| 213 purple_connection_get_account(gc)); |
213 purple_connection_get_account(gc)); |
| 214 if (conv != NULL) { |
214 if (conv != NULL) { |
| 215 gchar *msg = g_strdup_printf(_("Image delivered to %u."), |
215 gchar *msg = g_strdup_printf(_("Image delivered to %u."), |
| 216 image_request->sender); |
216 image_request->sender); |
| 217 purple_conversation_write(conv, "", msg, |
217 purple_conversation_write_system_message(conv, msg, |
| 218 PURPLE_MESSAGE_NO_LOG | PURPLE_MESSAGE_NOTIFY, |
218 PURPLE_MESSAGE_NO_LOG | PURPLE_MESSAGE_NOTIFY); |
| 219 time(NULL)); |
|
| 220 g_free(msg); |
219 g_free(msg); |
| 221 } |
220 } |
| 222 } |
221 } |
| 223 |
222 |
| 224 PurpleImage * |
223 PurpleImage * |