mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-13 00:53:01 +01:00
API change
This commit is contained in:
parent
88ebb06ba5
commit
db10c66922
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user