mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-23 02:53:02 +01:00
uncomment
This commit is contained in:
parent
53b1a297d2
commit
5ad4bca7a9
@ -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].peer_names, 0, sizeof(groupchats[i].peer_names));
|
||||||
memset(groupchats[i].oldpeer_names, 0, sizeof(groupchats[i].oldpeer_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)
|
if (i == max_groupchat_index)
|
||||||
++max_groupchat_index;
|
++max_groupchat_index;
|
||||||
|
Loading…
Reference in New Issue
Block a user