summaryrefslogtreecommitdiff
path: root/toxcore/tox.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/tox.c')
-rw-r--r--toxcore/tox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/tox.c b/toxcore/tox.c
index 35587c2b..999d81d6 100644
--- a/toxcore/tox.c
+++ b/toxcore/tox.c
@@ -586,7 +586,7 @@ void tox_callback_group_action(Tox *tox, void (*function)(Messenger *tox, int, i
586void tox_callback_group_namelist_change(Tox *tox, void (*function)(Tox *tox, int, int, uint8_t, void *), void *userdata) 586void tox_callback_group_namelist_change(Tox *tox, void (*function)(Tox *tox, int, int, uint8_t, void *), void *userdata)
587{ 587{
588 Messenger *m = tox; 588 Messenger *m = tox;
589 //m_callback_group_namelistchange(m, function, userdata); 589 g_callback_group_namelistchange(m->group_chat_object, function, userdata);
590} 590}
591 591
592/* Creates a new groupchat and puts it in the chats array. 592/* Creates a new groupchat and puts it in the chats array.