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

@@ -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;
}