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

calls-new-call-box: Only show origin combo box if there is a choice

This commit is contained in:
Evangelos Ribeiro Tzaras 2021-08-14 20:42:36 +02:00
parent 62711da7fc
commit 179c844a80

View file

@ -223,6 +223,7 @@ calls_new_call_box_init (CallsNewCallBox *self)
g_signal_connect_swapped (origins, "items-changed",
G_CALLBACK (origin_count_changed_cb), self);
origin_count_changed_cb (self);
}