2020-09-22 Fred Gleason <fredg@paravelsystems.com>

* Implemented the 'Repost' button on the 'Rivendell Feed List'
	dialog in rdadmin(1).
	* Added an 'Unpost' button to the 'Rivendell Feed List' dialog
	in rdadmin(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2020-09-23 16:41:13 -04:00
parent 26bcbcb86b
commit c1fce3006e
24 changed files with 735 additions and 178 deletions

View File

@@ -411,10 +411,9 @@ void ListCasts::deleteData()
q=new RDSqlQuery(sql);
delete q;
if(!list_feed->postXml(&err_text)) {
if(!list_feed->postXml()) {
QMessageBox::warning(this,"RDCastManager - "+tr("Remote Error"),
tr("Unable to update remote XML data!\n")+
tr("The server said: \"")+err_text+"\".");
tr("Unable to update remote XML data!"));
}
pd->reset();