mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-25 21:05:32 +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)
|
||||
dial_queued (self);
|
||||
|
||||
notify_selected_index_cb (self);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue