1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-04 20:06:45 +02:00

bold currently selected friend in friendlist

This commit is contained in:
Jfreegman
2013-11-17 19:45:53 -05:00
parent 73cc9bfcf2
commit 246c9283d0
2 changed files with 27 additions and 6 deletions

View File

@ -48,7 +48,7 @@ int init_groupchat_win(ToxWindow *prompt, Tox *m, int groupnum)
static void close_groupchatwin(Tox *m, int groupnum)
{
tox_del_groupchat(m, groupnum);
memset(&(groupchats[groupnum]), 0, sizeof(GroupChat));
memset(&groupchats[groupnum], 0, sizeof(GroupChat));
int i;