mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 15:41:13 +02:00
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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user