1
0
mirror of https://github.com/Tha14/toxic.git synced 2026-01-26 05:53:14 +01:00

a few UI changes

This commit is contained in:
Jfreegman
2014-09-25 04:31:45 -04:00
parent 3a176e1cab
commit 2e65ee3609
5 changed files with 16 additions and 8 deletions

View File

@@ -307,7 +307,7 @@ static void groupchat_onGroupNamelistChange(ToxWindow *self, Tox *m, int groupnu
case TOX_CHAT_CHANGE_PEER_DEL:
event = "has left the room";
line_info_add(self, timefrmt, (char *) oldpeername, NULL, CONNECTION, 0, 0, event);
line_info_add(self, timefrmt, (char *) oldpeername, NULL, CONNECTION, 0, RED, event);
if (groupchats[self->num].side_pos > 0)
--groupchats[self->num].side_pos;