diff plugins/notify.c @ 13233:f09c6e8df82c

[gaim-migrate @ 15598] SF Patch #1417225 from Sadrul This reworks the conversation signals. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sat, 11 Feb 2006 19:16:38 +0000
parents 384661a6ead6
children 0fa8153beebf
line wrap: on
line diff
--- a/plugins/notify.c	Sat Feb 11 19:07:49 2006 +0000
+++ b/plugins/notify.c	Sat Feb 11 19:16:38 2006 +0000
@@ -241,7 +241,8 @@
 }
 
 static gboolean
-message_displayed_cb(GaimAccount *account, GaimConversation *conv, const char *message, GaimMessageFlags flags)
+message_displayed_cb(GaimAccount *account, const char *who, char *message,
+				GaimConversation *conv, GaimMessageFlags flags)
 {
 	if ((flags & GAIM_MESSAGE_RECV) && !(flags & GAIM_MESSAGE_DELAYED))
 		notify(conv, TRUE);