Merge branch 'master' into openpgp

Conflicts:
	src/command/commands.c
	src/command/commands.h
This commit is contained in:
James Booth
2015-06-17 00:40:06 +01:00
25 changed files with 689 additions and 684 deletions

View File

@@ -1564,7 +1564,8 @@ cons_show_contacts(GSList *list)
void
cons_alert(void)
{
if (ui_current_win_type() != WIN_CONSOLE) {
ProfWin *current = wins_get_current();
if (current->type != WIN_CONSOLE) {
status_bar_new(1);
}
}