From 876ffb1e8cf95b94b8fa35cab31b19ec0b6a6922 Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Wed, 25 Aug 2021 21:04:09 +0200 Subject: [PATCH] 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. --- src/calls-new-call-box.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/calls-new-call-box.c b/src/calls-new-call-box.c index 582358b..3d2788f 100644 --- a/src/calls-new-call-box.c +++ b/src/calls-new-call-box.c @@ -288,6 +288,8 @@ origin_count_changed_cb (CallsNewCallBox *self) if (n_items) dial_queued (self); + + notify_selected_index_cb (self); }