Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: chrome/content/ui/filters-subscriptionview.js

Issue 29340595: Issue 3957 - Update dependency on adblockpluscore to revision 82c88024773b (Closed)
Patch Set: Created April 19, 2016, 3:38 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | dependencies » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/content/ui/filters-subscriptionview.js
===================================================================
--- a/chrome/content/ui/filters-subscriptionview.js
+++ b/chrome/content/ui/filters-subscriptionview.js
@@ -244,16 +244,17 @@ ListManager.prototype =
}
break;
}
case "subscription.title":
case "subscription.disabled":
case "subscription.homepage":
case "subscription.lastDownload":
case "subscription.downloadStatus":
+ case "subscription.downloading":
{
let subscriptionNode = Templater.getNodeForData(this._list, "subscription", item);
if (subscriptionNode)
{
let data = Templater.getDataForNode(subscriptionNode);
data.downloading = Synchronizer.isExecuting(item.url);
data.upgradeRequired = ListManager.isUpgradeRequired(item);
Templater.update(this._template, subscriptionNode);
« no previous file with comments | « no previous file | dependencies » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld