mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-27 13:40:04 +00:00
new-call-box: Always update the UI when the list of origins changes
Otherwise this can lead to being stuck in numeric/non-numeric input mode.
This commit is contained in:
parent
c9dd476fa8
commit
876ffb1e8c
1 changed files with 2 additions and 0 deletions
|
@ -288,6 +288,8 @@ origin_count_changed_cb (CallsNewCallBox *self)
|
||||||
|
|
||||||
if (n_items)
|
if (n_items)
|
||||||
dial_queued (self);
|
dial_queued (self);
|
||||||
|
|
||||||
|
notify_selected_index_cb (self);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue