[tbb-commits] [tor-browser] branch tor-browser-102.3.0esr-12.0-2 updated: fixup! Bug 40926: Implemented the New Identity feature
    gitolite role 
    git at cupani.torproject.org
       
    Tue Oct 11 17:59:07 UTC 2022
    
    
  
This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch tor-browser-102.3.0esr-12.0-2
in repository tor-browser.
The following commit(s) were added to refs/heads/tor-browser-102.3.0esr-12.0-2 by this push:
     new 63cfb5cfbc2b fixup! Bug 40926: Implemented the New Identity feature
63cfb5cfbc2b is described below
commit 63cfb5cfbc2b770413a7a03d5dd906ef5de1ccbd
Author: Henry Wilkes <henry at torproject.org>
AuthorDate: Tue Oct 11 10:57:47 2022 +0100
    fixup! Bug 40926: Implemented the New Identity feature
---
 browser/components/newidentity/content/newidentity.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/browser/components/newidentity/content/newidentity.js b/browser/components/newidentity/content/newidentity.js
index 67a00dbc6f75..466cf437d90a 100644
--- a/browser/components/newidentity/content/newidentity.js
+++ b/browser/components/newidentity/content/newidentity.js
@@ -527,7 +527,7 @@ XPCOMUtils.defineLazyGetter(this, "NewIdentityButton", () => {
           const askAgain = { value: false };
           const confirmed =
             Services.prompt.confirmEx(
-              null,
+              window,
               "",
               NewIdentityStrings.new_identity_prompt,
               flags,
-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
    
    
More information about the tbb-commits
mailing list