1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Fix crash when tidying windows

This commit is contained in:
James Booth 2013-10-03 00:02:30 +01:00
parent 6ff7177b9b
commit 738be65edc

View File

@ -413,6 +413,8 @@ wins_tidy(void)
}
windows = new_windows;
current = 1;
ui_switch_win(1);
return TRUE;
} else {
return FALSE;