Fixed name of peer leaving group chat.

This commit is contained in:
Håvard Pettersson 2014-10-18 02:36:26 +02:00
parent 3ccc1be67f
commit 1465a0e6dc
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ twc_group_namelist_change_callback(Tox *tox,
break;
case TOX_CHAT_CHANGE_PEER_DEL:
weechat_printf(chat->buffer, "%s%s just left the group chat",
weechat_prefix("quit"), name);
weechat_prefix("quit"), prev_name);
break;
}
}