1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-03 03:26:45 +02:00

don't share chatlogs across data files (changes log naming convention)

This commit is contained in:
Jfreegman
2014-09-22 17:09:39 -04:00
parent 3c74385f5c
commit 1c16467eb9
6 changed files with 74 additions and 48 deletions

View File

@ -458,7 +458,7 @@ static void prompt_onInit(ToxWindow *self, Tox *m)
if (user_settings_->autolog == AUTOLOG_ON) {
char myid[TOX_FRIEND_ADDRESS_SIZE];
tox_get_address(m, (uint8_t *) myid);
log_enable(self->name, myid, ctx->log);
log_enable(self->name, myid, NULL, ctx->log, LOG_PROMPT);
}
scrollok(ctx->history, 0);