1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2025-01-06 11:35:32 +00:00

sip: origin: Remove unnecessary notify

This commit is contained in:
Evangelos Ribeiro Tzaras 2021-06-18 19:29:03 +02:00
parent 5bd84043b9
commit e6c7994abc

View file

@ -872,7 +872,6 @@ go_online (CallsAccount *account,
nua_unregister (self->oper->register_handle,
TAG_END ());
}
g_object_notify_by_pspec (G_OBJECT (self), props[PROP_ACC_STATE]);
}