mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-04 23:51:17 +00:00
ringer: Switch to state notify signal
This commit is contained in:
parent
500581d35d
commit
2f32e09982
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ call_added_cb (CallsRinger *self,
|
|||
self->calls = g_list_append (self->calls, call);
|
||||
|
||||
g_signal_connect_swapped (call,
|
||||
"state-changed",
|
||||
"notify::state",
|
||||
G_CALLBACK (update_ring),
|
||||
self);
|
||||
g_signal_connect_swapped (call,
|
||||
|
|
Loading…
Reference in a new issue