mirror of
https://github.com/Tha14/toxic.git
synced 2025-09-16 07:26:53 +02:00
cleanup: Remove all uses of deprecated enum names.
All-caps enum names have been deprecated for a while now and will go away in 0.3.0.
This commit is contained in:
@@ -130,7 +130,7 @@ static void set_self_typingstatus(ToxWindow *self, Tox *m, bool is_typing)
|
||||
|
||||
ChatContext *ctx = self->chatwin;
|
||||
|
||||
TOX_ERR_SET_TYPING err;
|
||||
Tox_Err_Set_Typing err;
|
||||
tox_self_set_typing(m, self->num, is_typing, &err);
|
||||
|
||||
if (err != TOX_ERR_SET_TYPING_OK) {
|
||||
|
Reference in New Issue
Block a user