Renamed other autocompleters

This commit is contained in:
James Booth
2012-10-21 23:46:30 +01:00
parent f419445d4d
commit e0732ad0a5
6 changed files with 15 additions and 15 deletions

View File

@@ -191,7 +191,7 @@ prof_handle_roster(GSList *roster)
jabber_roster_entry *entry = roster->data;
// if contact not in contact list add them as offline
if (find_contact(entry->jid) == NULL) {
if (contact_list_find_contact(entry->jid) == NULL) {
contact_list_add(entry->jid, "offline", NULL);
}
@@ -267,7 +267,7 @@ _process_input(char *inp)
}
inp_clear();
reset_search_attempts();
contact_list_reset_search_attempts();
win_page_off();
return result;