1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2025-01-06 03:25:31 +00:00

sip: origin: Emit user feedback on state change

This commit is contained in:
Evangelos Ribeiro Tzaras 2021-12-27 21:51:11 +01:00
parent 4cd3a0dcc3
commit 695839a2d9

View file

@ -151,6 +151,7 @@ change_state (CallsSipOrigin *self,
self->state = new_state;
g_signal_emit_by_name (self, "account-state-changed", old_state, new_state, reason);
calls_account_emit_message_for_state_change (CALLS_ACCOUNT (self), new_state, reason);
}