mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-12 23:43:02 +01:00
Fix bug
This commit is contained in:
parent
d83ef1d8be
commit
044b731089
@ -318,7 +318,7 @@ static void groupchat_onGroupNamelistChange(ToxWindow *self, Tox *m, int groupnu
|
||||
if (groupchats[self->num].side_pos > 0)
|
||||
--groupchats[self->num].side_pos;
|
||||
|
||||
add_to_log_buf(event, peername, ctx, true);
|
||||
add_to_log_buf(event, oldpeername, ctx, true);
|
||||
break;
|
||||
|
||||
case TOX_CHAT_CHANGE_PEER_NAME:
|
||||
|
Loading…
Reference in New Issue
Block a user