finch/gntmedia.c

changeset 36084
2172bd6dad3e
parent 35454
cf2a24d01503
child 37148
50f361d39a1e
--- a/finch/gntmedia.c	Thu May 22 17:10:34 2014 +0200
+++ b/finch/gntmedia.c	Thu May 22 18:33:12 2014 +0200
@@ -374,7 +374,7 @@
 gntmedia_message_cb(FinchMedia *gntmedia, const char *msg, PurpleConversation *conv)
 {
 	if (PURPLE_IS_IM_CONVERSATION(conv)) {
-		purple_conversation_write_message(conv, NULL, msg, PURPLE_MESSAGE_SYSTEM, time(NULL));
+		purple_conversation_write_system_message(conv, msg, 0);
 	}
 }
 

mercurial