From: João Mesquita Date: Thu, 14 Jan 2010 03:29:55 +0000 (+0000) Subject: You cant miss the endGroup otherwise, you get nasty things. X-Git-Tag: v1.0.6~755 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b525cad27fde0652a1d954cf2df106e8ee208f40;p=thirdparty%2Ffreeswitch.git 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 --- 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(); }