--- a/libpurple/protocols/gg/image-prpl.c Tue May 20 10:59:21 2014 +0530 +++ b/libpurple/protocols/gg/image-prpl.c Sat May 24 02:32:01 2014 +0530 @@ -214,9 +214,8 @@ if (conv != NULL) { gchar *msg = g_strdup_printf(_("Image delivered to %u."), image_request->sender); - purple_conversation_write(conv, "", msg, - PURPLE_MESSAGE_NO_LOG | PURPLE_MESSAGE_NOTIFY, - time(NULL)); + purple_conversation_write_system_message(conv, msg, + PURPLE_MESSAGE_NO_LOG | PURPLE_MESSAGE_NOTIFY); g_free(msg); } }