mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-28 06:32:32 +02:00
2021-05-11 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdcastmanager(1) that caused values in the 'Superfeed' column of the Feed List to be inverted. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
16f7e8e579
commit
7cc9762041
@ -21675,3 +21675,6 @@
|
||||
2021-05-11 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a bug in 'RDCutDialog' that allowed a cart entry to be
|
||||
selected.
|
||||
2021-05-11 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a regression in rdcastmanager(1) that caused values in the
|
||||
'Superfeed' column of the Feed List to be inverted.
|
||||
|
@ -605,7 +605,7 @@ void RDFeedListModel::updateRow(int row,RDSqlQuery *q)
|
||||
} while(q->next()&&(q->value(1).toString()==keyname));
|
||||
q->previous();
|
||||
|
||||
if(q->value(3).toString()=="Y") {
|
||||
if(q->value(4).toString()=="Y") {
|
||||
d_texts[row][2]=tr("[superfeed]");
|
||||
}
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user