Mercurial > pidgin.yaz
changeset 11615:a9c5fcce537b
[gaim-migrate @ 13889]
a sadrul patch to make sending buzzes show up as sending and not receiving
committer: Tailor Script <tailor@pidgin.im>
author | Tim Ringenbach <marv@pidgin.im> |
---|---|
date | Wed, 05 Oct 2005 02:29:02 +0000 |
parents | f72607814e4a |
children | d09d94db1a89 |
files | src/protocols/yahoo/yahoo.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.c Wed Oct 05 02:08:23 2005 +0000 +++ b/src/protocols/yahoo/yahoo.c Wed Oct 05 02:29:02 2005 +0000 @@ -3496,7 +3496,7 @@ gaim_debug(GAIM_DEBUG_INFO, "yahoo", "Sending <ding> on account %s to buddy %s.\n", username, c->name); gaim_conv_im_send(GAIM_CONV_IM(c), "<ding>"); - gaim_conv_im_write(GAIM_CONV_IM(c), "", _("Buzz!!"), GAIM_MESSAGE_NICK|GAIM_MESSAGE_RECV, time(NULL)); + gaim_conv_im_write(GAIM_CONV_IM(c), "", _("Buzz!!"), GAIM_MESSAGE_NICK|GAIM_MESSAGE_SEND, time(NULL)); return GAIM_CMD_RET_OK; }