mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Fix crash when tidying windows
This commit is contained in:
parent
6ff7177b9b
commit
738be65edc
@ -413,6 +413,8 @@ wins_tidy(void)
|
||||
}
|
||||
|
||||
windows = new_windows;
|
||||
current = 1;
|
||||
ui_switch_win(1);
|
||||
return TRUE;
|
||||
} else {
|
||||
return FALSE;
|
||||
|
Loading…
Reference in New Issue
Block a user