mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 23:25:57 +01:00
2017-08-31 Fred Gleason <fredg@paravelsystems.com>
* Modified web client components to use a distinctive http USER_AGENT string.
This commit is contained in:
@@ -45,7 +45,7 @@ EditFeed::EditFeed(const QString &feed,QWidget *parent)
|
||||
setMinimumHeight(sizeHint().height());
|
||||
setMaximumHeight(sizeHint().height());
|
||||
|
||||
feed_feed=new RDFeed(feed,this);
|
||||
feed_feed=new RDFeed(feed,admin_config,this);
|
||||
|
||||
setCaption(tr("Feed: ")+feed);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user