--- a/plugins/docklet/docklet.c Fri May 21 14:26:31 2004 +0000 +++ b/plugins/docklet/docklet.c Fri May 21 14:33:32 2004 +0000 @@ -376,8 +376,8 @@ } static gboolean -gaim_conv_im_recv(GaimAccount *account, char **sender, - char **message, int *flags, void *data) +gaim_conv_im_recv(GaimAccount *account, char *sender, + char *message, int flags, void *data) { /* if message queuing while away is enabled, this event could be the first message so we need to see if the status (and hence icon) needs changing.