mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-20 07:46:35 +02:00
fix
This commit is contained in:
@ -64,7 +64,7 @@ static void close_groupchatwin(Tox *m, int groupnum)
|
||||
int i;
|
||||
|
||||
for (i = group_chat_index; i > 0; --i) {
|
||||
if (groupchats[i-1].chatwin != -1)
|
||||
if (groupchats[i-1].active)
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user