diff src/conversation.c @ 11793:dfdc286878f9

[gaim-migrate @ 14084] make the buddy-typing and buddy-typing-stopped signals behave as advertised... committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Mon, 24 Oct 2005 06:06:51 +0000
parents bcc49c25ef90
children 648637d0a931
line wrap: on
line diff
--- a/src/conversation.c	Mon Oct 24 05:50:19 2005 +0000
+++ b/src/conversation.c	Mon Oct 24 06:06:51 2005 +0000
@@ -2164,13 +2164,13 @@
 										GAIM_SUBTYPE_CONVERSATION));
 
 	gaim_signal_register(handle, "buddy-typing",
-						 gaim_marshal_VOID__POINTER, NULL, 1,
+						 gaim_marshal_VOID__POINTER_POINTER, NULL, 2,
 						 gaim_value_new(GAIM_TYPE_SUBTYPE,
 										GAIM_SUBTYPE_ACCOUNT),
 						 gaim_value_new(GAIM_TYPE_STRING));
 
 	gaim_signal_register(handle, "buddy-typing-stopped",
-						 gaim_marshal_VOID__POINTER, NULL, 1,
+						 gaim_marshal_VOID__POINTER_POINTER, NULL, 2,
 						 gaim_value_new(GAIM_TYPE_SUBTYPE,
 										GAIM_SUBTYPE_ACCOUNT),
 						 gaim_value_new(GAIM_TYPE_STRING));