mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-22 07:39:35 +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
ab45e95c32
commit
353b52e5ea
@ -21666,3 +21666,6 @@
|
||||
2021-05-11 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a regression in the log rendering engine which caused
|
||||
a segfault when cleaning up temporary files.
|
||||
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.
|
||||
|
@ -552,7 +552,7 @@ void RDFeedListModel::updateRow(int row,RDSqlQuery *q)
|
||||
scaled(32,32,Qt::IgnoreAspectRatio,Qt::SmoothTransformation);
|
||||
}
|
||||
d_texts[row][1]=q->value(2); // Title
|
||||
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