1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04:00
sorry.. doing too many things at once..
This commit is contained in:
Michael Vetter 2020-04-22 17:01:27 +02:00
parent bad56b5062
commit 4a712fcc7b

View File

@ -744,7 +744,7 @@ wins_show_subwin(ProfWin *window)
// only mucwin and console have occupants/roster subwin
if (window->type != WIN_MUC ||
window->type != WIN_CONSOLSE) {
window->type != WIN_CONSOLE) {
return;
}