diff src/blist.c @ 6506:b6f7fcafc908

[gaim-migrate @ 7023] The buddy-idle and buddy-unidle events now take only a struct buddy (and not a GaimAccount) as appears to have originally been intended. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Tue, 19 Aug 2003 20:43:11 +0000
parents 70d5122bc3ff
children 800ef4a51096
line wrap: on
line diff
--- a/src/blist.c	Tue Aug 19 19:46:58 2003 +0000
+++ b/src/blist.c	Tue Aug 19 20:43:11 2003 +0000
@@ -2107,9 +2107,9 @@
 	gaim_signal_register(handle, "buddy-back", gaim_marshal_VOID__POINTER);
 
 	gaim_signal_register(handle, "buddy-idle",
-						 gaim_marshal_VOID__POINTER_POINTER);
+						 gaim_marshal_VOID__POINTER);
 	gaim_signal_register(handle, "buddy-unidle",
-						 gaim_marshal_VOID__POINTER_POINTER);
+						 gaim_marshal_VOID__POINTER);
 
 	gaim_signal_register(handle, "buddy-signed-on",
 						 gaim_marshal_VOID__POINTER);