diff --git a/callwidget.cpp b/callwidget.cpp
index cfb9cdbe8e534b8f38626ec28293e267e204695a..57a99d9517f5624e0523102abd36dd31e00ff58e 100644
--- a/callwidget.cpp
+++ b/callwidget.cpp
@@ -235,7 +235,7 @@ CallWidget::navigated(bool to)
     if (to) {
         updateSmartList();
         connectConversationModel();
-        ui->currentAccountComboBox->accountListUpdate();
+        ui->currentAccountComboBox->updateComboBoxDisplay();
     } else {
         QObject::disconnect(smartlistSelectionConnection_);
         smartListModel_.reset(nullptr);