1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-06-26 20:57:48 +02:00

uncomment

This commit is contained in:
Jfreegman 2013-11-26 22:16:18 -05:00
parent 53b1a297d2
commit 5ad4bca7a9

View File

@ -38,7 +38,7 @@ int init_groupchat_win(ToxWindow *prompt, Tox *m, int groupnum)
memset(groupchats[i].peer_names, 0, sizeof(groupchats[i].peer_names));
memset(groupchats[i].oldpeer_names, 0, sizeof(groupchats[i].oldpeer_names));
//set_active_window(groupchats[i].chatwin);
set_active_window(groupchats[i].chatwin);
if (i == max_groupchat_index)
++max_groupchat_index;