Mercurial > pidgin.yaz
changeset 29640:907ddb8dc092
Call purple_conversation_attention when sending an attention using the
/buzz command on XMPP
author | Marcus Lundblad <ml@update.uu.se> |
---|---|
date | Mon, 20 Oct 2008 19:10:00 +0000 |
parents | 249fee48c3ed |
children | a5b5391ab963 |
files | libpurple/protocols/jabber/jabber.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.c Mon Oct 20 18:44:44 2008 +0000 +++ b/libpurple/protocols/jabber/jabber.c Mon Oct 20 19:10:00 2008 +0000 @@ -2366,6 +2366,7 @@ who = args[0]; } + purple_conversation_attention(conv, who, 0, PURPLE_MESSAGE_SEND, time(NULL)); return _jabber_send_buzz(js, who, error) ? PURPLE_CMD_RET_OK : PURPLE_CMD_RET_FAILED; }