]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
You cant miss the endGroup otherwise, you get nasty things.
authorJoão Mesquita <jmesquita@freeswitch.org>
Thu, 14 Jan 2010 03:29:55 +0000 (03:29 +0000)
committerJoão Mesquita <jmesquita@freeswitch.org>
Thu, 14 Jan 2010 03:29:55 +0000 (03:29 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16299 d0543943-73ff-0310-b7d9-9358b9ac24b2

fscomm/preferences/accountdialog.cpp
fscomm/preferences/prefsofia.cpp

index ab053930935454fe9c162fa45bb0c93d4b505ee3..9e35d1ea6c063052e9fafbec8a61d1f2adf5e582 100644 (file)
@@ -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)
     {
index c86981e6df27d384ef8f70c7b8e5634995de45f3..c2c49410cab598100fcb84734623d863645eda2c 100644 (file)
@@ -71,4 +71,6 @@ void PrefSofia::writeConfig()
 
     _settings->endGroup();
     _settings->endGroup();
+    _settings->endGroup();
+    _settings->endGroup();
 }