--- a/libpurple/protocols/yahoo/libymsg.c Tue Nov 03 07:46:01 2009 +0000 +++ b/libpurple/protocols/yahoo/libymsg.c Tue Nov 03 18:27:22 2009 +0000 @@ -1120,6 +1120,8 @@ username = g_markup_escape_text(im->fed_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->fed_from); @@ -5045,6 +5047,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; }