Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jangernert/FeedReader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan Long <self@brendanlong.com>2019-05-24 20:44:17 +0300
committerBrendan Long <self@brendanlong.com>2019-05-24 21:45:14 +0300
commit72f58fd4dff45f1eb00bcb36aa69e06644d826ab (patch)
tree60b01e62dce528b3bc2a138f6ca23a5fcdbccac0 /plugins
parent4475c8e77aa0e273b816413331fe6aff08dae630 (diff)
Minor Feedbin cleanups
- Indentation - Don't set defaults for Article
Diffstat (limited to 'plugins')
-rw-r--r--plugins/backend/feedbin/feedbinInterface.vala7
1 files changed, 2 insertions, 5 deletions
diff --git a/plugins/backend/feedbin/feedbinInterface.vala b/plugins/backend/feedbin/feedbinInterface.vala
index ac5ae8ef..87e9d9b8 100644
--- a/plugins/backend/feedbin/feedbinInterface.vala
+++ b/plugins/backend/feedbin/feedbinInterface.vala
@@ -605,7 +605,7 @@ public class FeedReader.FeedbinInterface : FeedServerInterface {
0,
feed_categories,
favicon_uri,
- subscription.feed_url)
+ subscription.feed_url)
);
}
}
@@ -739,10 +739,7 @@ public class FeedReader.FeedbinInterface : FeedServerInterface {
entry.content,
entry.summary,
entry.author,
- entry.published != null ? entry.published : entry.created_at,
- -1,
- null,
- null)
+ entry.published != null ? entry.published : entry.created_at)
);
}
writeArticles(articles);