 Issue 29339387:
  Issue 3890 - Fix "Downloading..." indication for subscriptions on the options page  (Closed)
    
  
    Issue 29339387:
  Issue 3890 - Fix "Downloading..." indication for subscriptions on the options page  (Closed) 
  | Index: background.js | 
| =================================================================== | 
| --- a/background.js | 
| +++ b/background.js | 
| @@ -287,8 +287,10 @@ | 
| _downloading: false, | 
| execute: function(subscription, manual) | 
| { | 
| - subscription.lastDownload = 0; | 
| modules.synchronizer.Synchronizer._downloading = true; | 
| + modules.filterNotifier.FilterNotifier.emit( | 
| + "subscription.downloading", subscription | 
| + ); | 
| setTimeout(function() | 
| { | 
| modules.synchronizer.Synchronizer._downloading = false; |