--- a/libpurple/protocols/yahoo/yahoo.c Thu Oct 16 22:20:52 2008 +0000 +++ b/libpurple/protocols/yahoo/yahoo.c Mon Oct 20 18:44:06 2008 +0000 @@ -878,6 +878,8 @@ username = g_markup_escape_text(im->from, -1); purple_prpl_got_attention(gc, username, YAHOO_BUZZ); + purple_conversation_attention(c, username, 0, PURPLE_MESSAGE_RECV, + time(NULL)); g_free(username); g_free(m); g_free(im); @@ -4117,6 +4119,7 @@ return PURPLE_CMD_RET_FAILED; purple_prpl_send_attention(account->gc, c->name, YAHOO_BUZZ); + purple_conversation_attention(c, c->name, 0, PURPLE_MESSAGE_SEND, time(NULL)); return PURPLE_CMD_RET_OK; }