2017-11-07 Fred Gleason <fredg@paravelsystems.com>

* Removed vestigal remnants of Host Security mode.
This commit is contained in:
Fred Gleason
2017-11-07 14:43:21 -05:00
parent d139438ddc
commit 39536e6514
11 changed files with 18 additions and 46 deletions

View File

@@ -1000,7 +1000,7 @@ void EditRDAirPlay::selectData()
{
QString logname=air_startlog_edit->text();
RDListLogs *ll=new RDListLogs(&logname,air_conf->station(),this,admin_user);
RDListLogs *ll=new RDListLogs(&logname,air_conf->station(),this);
if(ll->exec()==0) {
air_startlog_edit->setText(logname);
}