1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-04 09:56:46 +02:00

give groupchat logs unique names

This commit is contained in:
Jfreegman
2014-02-26 17:15:34 -05:00
parent 8e4db369bc
commit 817f763589
5 changed files with 26 additions and 15 deletions

View File

@ -602,7 +602,7 @@ static void groupchat_onInit(ToxWindow *self, Tox *m)
wmove(self->window, y-CURS_Y_OFFSET, 0);
ctx->log.log_on = true;
init_logging_session(self->name, groupchats[self->num].groupkey, ctx);
init_logging_session(self->name, NULL, ctx);
}
ToxWindow new_group_chat(Tox *m, int groupnum)