Removed ui_get_chat_recipients

This commit is contained in:
James Booth
2015-11-02 20:35:01 +00:00
parent 6779c5bf68
commit 1c3eadbf1c
4 changed files with 2 additions and 17 deletions

View File

@@ -132,7 +132,7 @@ prof_handle_idle(void)
{
jabber_conn_status_t status = jabber_get_connection_status();
if (status == JABBER_CONNECTED) {
GSList *recipients = ui_get_chat_recipients();
GSList *recipients = wins_get_chat_recipients();
GSList *curr = recipients;
while (curr) {