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

Fixes and stuff...

This commit is contained in:
mannol
2014-03-14 23:08:08 +01:00
parent bc8b1f170e
commit 79fbf0a31f
5 changed files with 89 additions and 44 deletions

View File

@ -535,7 +535,8 @@ ToxWindow new_friendlist(void)
ret.onCancel = &friendlist_onAv;
ret.onReject = &friendlist_onAv;
ret.onEnd = &friendlist_onAv;
ret.onTimeout = &friendlist_onAv;
ret.onRequestTimeout = &friendlist_onAv;
ret.onPeerTimeout = &friendlist_onAv;
#endif /* _SUPPORT_AUDIO */
strcpy(ret.name, "friends");