From: João Mesquita Date: Mon, 18 Jan 2010 04:27:21 +0000 (+0000) Subject: Thats not how your mom taught you. Shame on me... X-Git-Tag: v1.0.6~704 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e843204fe6e0b6e744eea48b4dc5083ca3135ebb;p=thirdparty%2Ffreeswitch.git Thats not how your mom taught you. Shame on me... git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16351 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/fscomm/preferences/prefaccounts.cpp b/fscomm/preferences/prefaccounts.cpp index 2933b83cf0..4f0e86a124 100644 --- a/fscomm/preferences/prefaccounts.cpp +++ b/fscomm/preferences/prefaccounts.cpp @@ -146,7 +146,6 @@ void PrefAccounts::readConfig() { QString default_gateway = _settings->value(QString("/FreeSWITCH/conf/sofia.conf/profiles/profile/gateways/%1/gateway/attrs/name").arg(_ui->accountsTable->item(0,0)->data(Qt::UserRole).toString())).toString(); _settings->beginGroup("FreeSWITCH/conf/globals"); - qDebug() << QString("Fucking gw: %1").arg(default_gateway); _settings->setValue("default_gateway", default_gateway); _settings->endGroup(); switch_core_set_variable("default_gateway", default_gateway.toAscii().data());