From b15c83a039c2cff1bfb34b51c7cf3d76758fafa5 Mon Sep 17 00:00:00 2001 From: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com> Date: Mon, 31 Dec 2018 12:29:25 -0500 Subject: [PATCH] update account combobox when avatar is changed from settings Change-Id: I8e46a97ffc650680638ec12e8f0aef76a0c282e7 --- callwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/callwidget.cpp b/callwidget.cpp index cfb9cdb..57a99d9 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); -- GitLab