libpurple/protocols/gg/image-prpl.c

branch
soc.2013.gobjectification.plugins
changeset 37148
50f361d39a1e
parent 37135
6271bcdee576
parent 36089
c035b9a63457
child 38281
df274be2afa2
--- 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);
 	}
 }

mercurial