mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 07:10:11 +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:
@@ -93,7 +93,7 @@ void EditChain::selectLogData()
|
||||
|
||||
RDListLogs *d=
|
||||
new RDListLogs(&logname,RDLogFilter::UserFilter,this);
|
||||
if(d->exec()!=0) {
|
||||
if(!d->exec()) {
|
||||
delete d;
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user