From b525cad27fde0652a1d954cf2df106e8ee208f40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Mesquita?= Date: Thu, 14 Jan 2010 03:29:55 +0000 Subject: [PATCH] You cant miss the endGroup otherwise, you get nasty things. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16299 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- fscomm/preferences/accountdialog.cpp | 2 ++ fscomm/preferences/prefsofia.cpp | 2 ++ 2 files changed, 4 insertions(+) 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(); }