Skip to content
Snippets Groups Projects
Commit b15c83a0 authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

update account combobox when avatar is changed from settings

Change-Id: I8e46a97ffc650680638ec12e8f0aef76a0c282e7
parent 1c1302cb
Branches
No related tags found
No related merge requests found
...@@ -235,7 +235,7 @@ CallWidget::navigated(bool to) ...@@ -235,7 +235,7 @@ CallWidget::navigated(bool to)
if (to) { if (to) {
updateSmartList(); updateSmartList();
connectConversationModel(); connectConversationModel();
ui->currentAccountComboBox->accountListUpdate(); ui->currentAccountComboBox->updateComboBoxDisplay();
} else { } else {
QObject::disconnect(smartlistSelectionConnection_); QObject::disconnect(smartlistSelectionConnection_);
smartListModel_.reset(nullptr); smartListModel_.reset(nullptr);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment