Renamed title_bar_set_status -> title_bar_set_presence

This commit is contained in:
James Booth
2014-01-16 18:13:22 +00:00
parent b0e727a7ef
commit 9f6d6d44cc
6 changed files with 13 additions and 11 deletions

View File

@@ -57,7 +57,7 @@ handle_login_account_success(char *account_name)
resource_presence_t resource_presence = accounts_get_login_presence(account->name);
contact_presence_t contact_presence = contact_presence_from_resource_presence(resource_presence);
cons_show_login_success(account);
title_bar_set_status(contact_presence);
title_bar_set_presence(contact_presence);
log_info("%s logged in successfully", account->jid);
ui_current_page_off();
status_bar_print_message(account->jid);