Mercurial > pidgin
changeset 6607:d8fd7c29eaf0
[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 <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sun, 24 Aug 2003 06:41:08 +0000 |
parents | 34eaa941ecd6 |
children | bc219e9efb9a |
files | src/conversation.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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",