# HG changeset patch # User Christian Hammond # Date 1061707268 0 # Node ID d8fd7c29eaf04ce48e1cc4f8f735a83124cc8332 # Parent 34eaa941ecd60d621567fc3e2072be3db431dedb [gaim-migrate @ 7131] Fixed a parameter type on a signal. It was outgoing and shouldn't have been. We here at Gaim stifle the lives of our signals. committer: Tailor Script diff -r 34eaa941ecd6 -r d8fd7c29eaf0 src/conversation.c --- a/src/conversation.c Sun Aug 24 06:34:17 2003 +0000 +++ b/src/conversation.c Sun Aug 24 06:41:08 2003 +0000 @@ -2681,7 +2681,7 @@ gaim_marshal_VOID__POINTER_POINTER_UINT, NULL, 3, gaim_value_new(GAIM_TYPE_SUBTYPE, GAIM_SUBTYPE_ACCOUNT), - gaim_value_new_outgoing(GAIM_TYPE_STRING), + gaim_value_new(GAIM_TYPE_STRING), gaim_value_new(GAIM_TYPE_UINT)); gaim_signal_register(handle, "received-chat-msg",