[tbb-commits] [tor-browser] 01/02: fixup! Bug 40926: Implemented the New Identity feature

gitolite role git at cupani.torproject.org
Mon Oct 24 08:16:14 UTC 2022


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

pierov pushed a commit to branch tor-browser-102.4.0esr-12.0-1
in repository tor-browser.

commit ef0a8b21de0da43dfc891c0c23db6662c335559f
Author: Pier Angelo Vendrame <pierov at torproject.org>
AuthorDate: Mon Oct 24 08:55:43 2022 +0200

    fixup! Bug 40926: Implemented the New Identity feature
    
    Bug 41387: Move new identity to the main menu panel
---
 browser/base/content/appmenu-viewcache.inc.xhtml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/browser/base/content/appmenu-viewcache.inc.xhtml b/browser/base/content/appmenu-viewcache.inc.xhtml
index 82c319d310eb..49bfae1959fa 100644
--- a/browser/base/content/appmenu-viewcache.inc.xhtml
+++ b/browser/base/content/appmenu-viewcache.inc.xhtml
@@ -58,6 +58,10 @@
                      command="Tools:PrivateBrowsing"
                      hidden="true"/>
       <toolbarseparator/>
+      <toolbarbutton id="appMenu-new-identity"
+                     class="subviewbutton"
+                     key="new-identity-key"/>
+      <toolbarseparator/>
       <toolbarbutton id="appMenu-bookmarks-button"
                      class="subviewbutton subviewbutton-nav"
                      data-l10n-id="library-bookmarks-menu"
@@ -178,10 +182,6 @@
                      class="subviewbutton"
                      command="Browser:RestoreLastSession"
                      hidden="true"/>
-      <toolbarseparator/>
-      <toolbarbutton id="appMenu-new-identity"
-                     class="subviewbutton"
-                     key="new-identity-key"/>
       <toolbarbutton id="appMenuNewCircuit"
                      class="subviewbutton"
                      key="torbutton-new-circuit-key"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tbb-commits mailing list