finch/gntmedia.c

branch
soc.2013.gobjectification.plugins
changeset 37148
50f361d39a1e
parent 37066
1ebce1f4993b
parent 36084
2172bd6dad3e
child 37880
3f81450a2df5
--- a/finch/gntmedia.c	Tue May 20 10:59:21 2014 +0530
+++ b/finch/gntmedia.c	Sat May 24 02:32:01 2014 +0530
@@ -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