2020-08-02 Fred Gleason <fredg@paravelsystems.com>

* Added a 'Post from Log' button to the 'Podcast List' dialog
	in rdcastmanager(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2020-08-02 10:54:07 -04:00
parent 44b5d7f7c2
commit f13cb9ee89
16 changed files with 268 additions and 49 deletions

View File

@@ -1168,7 +1168,7 @@ void EditRDAirPlay::selectData()
QString logname=air_startlog_edit->text();
RDListLogs *ll=new RDListLogs(&logname,RDLogFilter::NoFilter,this);
if(ll->exec()==0) {
if(ll->exec()) {
air_startlog_edit->setText(logname);
}
delete ll;