mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2017-11-07 Fred Gleason <fredg@paravelsystems.com>
* Removed vestigal remnants of Host Security mode.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user