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:
parent
4cd3a0dcc3
commit
695839a2d9
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue