mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -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;
|
windows = new_windows;
|
||||||
|
current = 1;
|
||||||
|
ui_switch_win(1);
|
||||||
return TRUE;
|
return TRUE;
|
||||||
} else {
|
} else {
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
Loading…
Reference in New Issue
Block a user