diff plugins/codeinline.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 0747647faca1
children 8bda65b88e49
line wrap: on
line diff
--- a/plugins/codeinline.c	Sat Feb 11 19:07:49 2006 +0000
+++ b/plugins/codeinline.c	Sat Feb 11 19:16:38 2006 +0000
@@ -30,7 +30,8 @@
 
 GaimPlugin *plugin_handle = NULL;
 
-static gboolean outgoing_msg_cb(GaimAccount *account, GaimConversation *conv, char **message)
+static gboolean outgoing_msg_cb(GaimAccount *account, const char *who, char **message,
+					GaimConversation *conv, GaimMessageFlags flags, gpointer null)
 {
   char *m;
   char **ms = g_strsplit(*message, "<u>", -1);