summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-24 19:33:44 +0300
committerAndrew Dolgov <[email protected]>2010-11-24 19:33:44 +0300
commit700f14260f507580233c9ffc4632edbb2507d235 (patch)
tree2ed3cc164958adcb7ae7380a01da8f67dbe488aa /feedlist.js
parent26a1e185e2c762cf7e9cadd95c081737a3de2078 (diff)
parse_counters: properly set error value
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/feedlist.js b/feedlist.js
index 4c430af51..e47567a81 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -326,7 +326,7 @@ function parse_counters(reply, scheduled_call) {
setFeedUnread(id, (kind == "cat"), ctr);
if (kind != "cat") {
- //setFeedValue(id, false, 'error', error);
+ setFeedValue(id, false, 'error', error);
setFeedValue(id, false, 'updated', updated);
if (id > 0) {