1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-06-26 20:47:45 +02:00
This commit is contained in:
Jfreegman 2013-09-17 06:05:31 -04:00
parent 6e0ac744cb
commit 84422b5845

View File

@ -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;
}