[Pkg-mozext-commits] [adblock-plus] 60/87: Issue 3889 - Dispatch subscription.downloading event on transfer

David Prévot taffit at moszumanska.debian.org
Sat Apr 30 17:59:08 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository adblock-plus.

commit db38acdb526089072d1545ada949ea751e5a699a
Author: Dave Barker <kzar at kzar.co.uk>
Date:   Tue Apr 5 15:56:46 2016 +0200

    Issue 3889 - Dispatch subscription.downloading event on transfer
---
 lib/synchronizer.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/synchronizer.js b/lib/synchronizer.js
index a9abb52..324506c 100644
--- a/lib/synchronizer.js
+++ b/lib/synchronizer.js
@@ -128,7 +128,7 @@ var Synchronizer = exports.Synchronizer =
   _onDownloadStarted: function(downloadable)
   {
     let subscription = Subscription.fromURL(downloadable.url);
-    FilterNotifier.triggerListeners("subscription.downloadStatus", subscription);
+    FilterNotifier.triggerListeners("subscription.downloading", subscription);
   },
 
   _onDownloadSuccess: function(downloadable, responseText, errorCallback, redirectCallback)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus.git



More information about the Pkg-mozext-commits mailing list