1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 05:16:35 +01:00

don't sort after every friend add on statup

This commit is contained in:
Jfreegman
2013-12-04 01:08:26 -05:00
parent 2fde13530b
commit a2af0bc047
6 changed files with 18 additions and 16 deletions

View File

@@ -336,7 +336,7 @@ static void load_data(Tox *m, char *path)
uint8_t name[TOX_MAX_NAME_LENGTH];
while (tox_get_name(m, i, name) != -1)
on_friendadded(m, i++);
on_friendadded(m, i++, false);
free(buf);
fclose(fd);