mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-12 07:37:35 +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:
parent
29ad37150b
commit
5b34342134
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue