mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-20 07:46:35 +02:00
API change
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user