1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-06-26 20:57:48 +02:00
This commit is contained in:
Jfreegman 2014-02-26 21:00:35 -05:00
parent d83ef1d8be
commit 044b731089

View File

@ -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: