From 5ad4bca7a92dba9e4afd52b38e45b56143ceee25 Mon Sep 17 00:00:00 2001 From: Jfreegman Date: Tue, 26 Nov 2013 22:16:18 -0500 Subject: [PATCH] uncomment --- src/groupchat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/groupchat.c b/src/groupchat.c index 7e1dfec..c840894 100644 --- a/src/groupchat.c +++ b/src/groupchat.c @@ -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;