1
0
Fork 0
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:
Evangelos Ribeiro Tzaras 2022-01-21 10:18:57 +01:00
parent 500581d35d
commit 2f32e09982

View file

@ -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,