Renamed input_bar -> status_bar

This commit is contained in:
James Booth
2012-02-12 22:20:21 +00:00
parent af46792871
commit 9e63c4a0f6
8 changed files with 80 additions and 80 deletions

View File

@@ -24,11 +24,11 @@ int handle_start_command(char *cmd)
char *user;
user = strndup(cmd+9, strlen(cmd)-9);
inp_bar_get_password();
status_bar_get_password();
char passwd[20];
inp_get_password(passwd);
inp_bar_print_message(user);
status_bar_print_message(user);
jabber_connect(user, passwd);
result = START_MAIN;
} else {