mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2020-07-02 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdadmin(1) that caused the 'Public URL' column in the 'List Feeds' dialog to display incorrect data after editing a feed. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -20064,3 +20064,7 @@
|
||||
method.
|
||||
* Removed the 'Base Feed On' dropdown from the 'Add Feed'
|
||||
dialog in rdadmin(1).
|
||||
2020-07-02 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a bug in rdadmin(1) that caused the 'Public URL' column in
|
||||
the 'List Feeds' dialog to display incorrect data after editing
|
||||
a feed.
|
||||
|
@@ -369,8 +369,8 @@ void ListFeeds::RefreshItem(RDListViewItem *item)
|
||||
if(q->next()) {
|
||||
item->setText(0,q->value(0).toString());
|
||||
item->setText(1,q->value(1).toString());
|
||||
item->setText(2,RDFeed::publicUrl(q->value(0).toString(),
|
||||
q->value(6).toString()));
|
||||
item->setText(2,RDFeed::publicUrl(q->value(6).toString(),
|
||||
q->value(0).toString()));
|
||||
item->setText(3,q->value(2).toString());
|
||||
item->setText(4,q->value(3).toString());
|
||||
item->setText(5,q->value(4).toString());
|
||||
|
Reference in New Issue
Block a user