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

@@ -119,13 +119,13 @@ void RDListLogs::okButtonData()
return;
}
*list_logname=item->text(0);
done(0);
done(true);
}
void RDListLogs::cancelButtonData()
{
done(1);
done(false);
}