plugins/statenotify.c

changeset 6982
12f08de92674
parent 6695
2a63688f0d6d
child 8749
fb487e9e101a
--- a/plugins/statenotify.c	Sat Sep 27 15:45:49 2003 +0000
+++ b/plugins/statenotify.c	Sat Sep 27 19:17:21 2003 +0000
@@ -21,7 +21,7 @@
 
 	g_snprintf(buf, sizeof(buf), message, who);
 
-	gaim_conversation_write(conv, NULL, buf, -1, GAIM_MESSAGE_SYSTEM, time(NULL));
+	gaim_conversation_write(conv, NULL, buf, GAIM_MESSAGE_SYSTEM, time(NULL));
 }
 
 static void

mercurial