]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Clear contents of account custom params before re-reading configs.
authorJoão Mesquita <jmesquita@freeswitch.org>
Tue, 19 Jan 2010 04:06:13 +0000 (04:06 +0000)
committerJoão Mesquita <jmesquita@freeswitch.org>
Tue, 19 Jan 2010 04:06:13 +0000 (04:06 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16400 d0543943-73ff-0310-b7d9-9358b9ac24b2

fscomm/preferences/accountdialog.cpp

index aa8cddbecc425b222c4c5e9e9bb8b361d9f0d25e..0a2a7774482d3dcf4e4a33095b637a979eb17b1e 100644 (file)
@@ -81,6 +81,7 @@ void AccountDialog::readConfig()
 
     _settings->beginGroup("gateway/customParams");
     int row = 0;
+    ui->sofiaExtraParamTable->clearContents();
     foreach(QString k, _settings->childKeys())
     {
         row++;