# HG changeset patch # User Luke Schierer # Date 1071421440 0 # Node ID dc80d4e5c3b0b2d5e5e89c9885e4ab4ed4fd88e2 # Parent 6ee2fe9bb74e791b2241468adf3440ff800eb356 [gaim-migrate @ 8518] "Attached is a patch I wrote last night while trying to play with docklet.c - it turns out that one of the signals doesn't have the right parameter list (probably after Christian changed the signals some time). It has been tested, rather simply with the fact that a debug statement was not reached before, and is now, following the signal specs here: http://gaim.sourceforge.net/api/conversation-signals.html#received-im-msg I don't know if this needs to go through Robot101 (haven't seen him terribly active of late), and if it does, I'll gladly relay it to him. And yeah, I guess this was all inspired by my away msg at the time: [:-P] Well, I'm not that tired right now, and I think I'm going to work some Merlot and coffee off with some coding and Oggs... Oh yeah, and while I'm rambling about stuff irrelevant to the actual code, I somehow dedicate this patch to the wonderful person for whom I would like to be visually aware of their incoming messages..." --John B. Silvestri committer: Tailor Script diff -r 6ee2fe9bb74e -r dc80d4e5c3b0 plugins/docklet/docklet.c --- a/plugins/docklet/docklet.c Sun Dec 14 16:46:28 2003 +0000 +++ b/plugins/docklet/docklet.c Sun Dec 14 17:04:00 2003 +0000 @@ -376,8 +376,8 @@ } static gboolean -gaim_conv_im_recv(GaimAccount *account, GaimConversation *conv, char **who, - char **what, 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.