1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-16 08:49:31 +00:00

new-call-box: make sure to call origin_count_changed_cb

Otherwise the model changes happening before hooking up will be missed
(which results in the model not being bound to HdyComboRow).
This commit is contained in:
Evangelos Ribeiro Tzaras 2021-02-26 18:13:53 +01:00
parent 29ad37150b
commit 5b34342134

View file

@ -212,6 +212,8 @@ provider_changed_cb (CallsNewCallBox *self)
g_signal_connect_object (origins, "items-changed",
G_CALLBACK (origin_count_changed_cb), self,
G_CONNECT_SWAPPED);
origin_count_changed_cb (self);
}
static void