comparison libpurple/protocols/yahoo/libymsg.c @ 29312:163f6c3cbdd9

Remove purple_conversation_attention (also let prpl_send_attention handle the signalling)
author Marcus Lundblad <ml@update.uu.se>
date Mon, 16 Nov 2009 21:04:49 +0000
parents 9198a5d39c5c
children 7b1cfd48beab
comparison
equal deleted inserted replaced
29311:ad119b77f941 29312:163f6c3cbdd9
5046 5046
5047 if (*args && args[0]) 5047 if (*args && args[0])
5048 return PURPLE_CMD_RET_FAILED; 5048 return PURPLE_CMD_RET_FAILED;
5049 5049
5050 purple_prpl_send_attention(account->gc, c->name, YAHOO_BUZZ); 5050 purple_prpl_send_attention(account->gc, c->name, YAHOO_BUZZ);
5051 purple_conversation_attention(c, c->name, 0, PURPLE_MESSAGE_SEND, time(NULL));
5052 5051
5053 return PURPLE_CMD_RET_OK; 5052 return PURPLE_CMD_RET_OK;
5054 } 5053 }
5055 5054
5056 PurpleCmdRet 5055 PurpleCmdRet