1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 16:57:45 +02:00

API change

This commit is contained in:
Jfreegman 2013-12-03 18:06:28 -05:00
parent 88ebb06ba5
commit db10c66922

View File

@ -340,7 +340,7 @@ void cmd_status(WINDOW *window, ToxWindow *self, Tox *m, int argc, char (*argv)[
return;
}
tox_set_userstatus(m, status_kind);
tox_set_user_status(m, status_kind);
prompt_update_status(prompt, status_kind);
if (msg != NULL) {