[Pkg-mozext-commits] [adblock-plus] 74/98: Issue 5110 - Update adblockpluscore dependency to revision 387cff1ab5e0, fixing first-run page showing up on update

David Prévot taffit at moszumanska.debian.org
Tue Oct 24 01:30:22 UTC 2017


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

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

commit b3439750848b46d61094c44593f047a6b5fc2f18
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Wed Apr 5 18:07:08 2017 +0200

    Issue 5110 - Update adblockpluscore dependency to revision 387cff1ab5e0, fixing first-run page showing up on update
---
 dependencies | 2 +-
 lib/ui.js    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dependencies b/dependencies
index 31fd59f..26f486c 100644
--- a/dependencies
+++ b/dependencies
@@ -1,5 +1,5 @@
 _root = hg:https://hg.adblockplus.org/ git:https://github.com/adblockplus/
 _self = buildtools/ensure_dependencies.py
 buildtools = buildtools hg:daa9df1ee39f git:3ab934a
-adblockpluscore = adblockpluscore hg:c8d4a462860a git:7376c58
+adblockpluscore = adblockpluscore hg:387cff1ab5e0 git:634d770
 adblockplusui = adblockplusui hg:8ceaabb9c639 git:6222fd2
diff --git a/lib/ui.js b/lib/ui.js
index 2b4633a..d5c2a36 100644
--- a/lib/ui.js
+++ b/lib/ui.js
@@ -309,7 +309,7 @@ let UI = exports.UI =
     }));
 
     // Wait for filters to load
-    if (FilterStorage._loading)
+    if (!FilterStorage.initialized)
       prerequisites.push(FilterNotifier.once("load"));
 
     // Wait for session to be restored
@@ -497,7 +497,7 @@ let UI = exports.UI =
 
   firstRunActions: function(window)
   {
-    if (this.firstRunDone || !window || FilterStorage._loading)
+    if (this.firstRunDone || !window || !FilterStorage.initialized)
       return;
 
     this.firstRunDone = true;

-- 
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