1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04:00

Merge branch 'master' into nextdev

This commit is contained in:
James Booth 2013-08-19 14:37:08 +01:00
commit c2c7be03ea

View File

@ -1463,7 +1463,7 @@ _cmd_account(gchar **args, struct cmd_help_t help)
char *value = args[3];
if (!accounts_account_exists(account_name)) {
cons_show("Account %s doesn't exist");
cons_show("Account %s doesn't exist", account_name);
cons_show("");
} else {
if (strcmp(property, "jid") == 0) {
@ -2128,7 +2128,7 @@ _cmd_who(gchar **args, struct cmd_help_t help)
}
}
if (win_type != WIN_CONSOLE) {
if (win_type != WIN_CONSOLE && win_type != WIN_MUC) {
status_bar_new(0);
}