diff --git a/fscomm/preferences/accountdialog.cpp b/fscomm/preferences/accountdialog.cpp index ab05393093..9e35d1ea6c 100644 --- a/fscomm/preferences/accountdialog.cpp +++ b/fscomm/preferences/accountdialog.cpp @@ -91,6 +91,8 @@ void AccountDialog::writeConfig() _settings->endGroup(); + _settings->endGroup(); + QString res; if (g_FSHost.sendCmd("sofia", "profile softphone rescan", &res) != SWITCH_STATUS_SUCCESS) { diff --git a/fscomm/preferences/prefsofia.cpp b/fscomm/preferences/prefsofia.cpp index c86981e6df..c2c49410ca 100644 --- a/fscomm/preferences/prefsofia.cpp +++ b/fscomm/preferences/prefsofia.cpp @@ -71,4 +71,6 @@ void PrefSofia::writeConfig() _settings->endGroup(); _settings->endGroup(); + _settings->endGroup(); + _settings->endGroup(); }