mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 15:16:07 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user