Mercurial > pidgin
diff plugins/crazychat/cc_gaim_plugin.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 | 8bcd4d4ccef6 |
| children |
line wrap: on
line diff
--- a/plugins/crazychat/cc_gaim_plugin.c Sat Feb 11 19:07:49 2006 +0000 +++ b/plugins/crazychat/cc_gaim_plugin.c Sat Feb 11 19:16:38 2006 +0000 @@ -71,8 +71,8 @@ * @param message the message we are displaying * @param data user data */ -static gboolean display_im_cb(GaimAccount *account, GaimConversation *conv, - char **message, void *data); +static gboolean display_im_cb(GaimAccount *account, const char *who, char **message, + GaimConnection *conv, GaimMessageFlags flags, void *data); /** * Callback for CrazyChat plugin configuration frame
