Renamed refresh functions to update_virtual
This commit is contained in:
@@ -98,7 +98,7 @@ handle_login_account_success(char *account_name)
|
||||
log_info("%s logged in successfully", account->jid);
|
||||
ui_current_page_off();
|
||||
status_bar_print_message(account->jid);
|
||||
status_bar_refresh();
|
||||
status_bar_update_virtual();
|
||||
|
||||
account_free(account);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user