libpurple/plugins/psychic.c

branch
soc.2013.gobjectification.plugins
changeset 37148
50f361d39a1e
parent 36934
e7268aeb3b89
parent 36089
c035b9a63457
child 38240
0552f69f1996
--- a/libpurple/plugins/psychic.c	Tue May 20 10:59:21 2014 +0530
+++ b/libpurple/plugins/psychic.c	Sat May 24 02:32:01 2014 +0530
@@ -68,10 +68,9 @@
 	 translate it literally.  If you can't find a fitting cultural
 	 reference in your language, consider translating something
 	 like this instead: "You feel a new message coming." */
-      purple_conversation_write(PURPLE_CONVERSATION(im), NULL,
-			      _("You feel a disturbance in the force..."),
-			      PURPLE_MESSAGE_SYSTEM | PURPLE_MESSAGE_NO_LOG | PURPLE_MESSAGE_ACTIVE_ONLY,
-			      time(NULL));
+      purple_conversation_write_system_message(PURPLE_CONVERSATION(im),
+		_("You feel a disturbance in the force..."),
+		PURPLE_MESSAGE_NO_LOG | PURPLE_MESSAGE_ACTIVE_ONLY);
     }
 
     /* Necessary because we may be creating a new conversation window. */

mercurial