[tbb-commits] [tor-browser] 02/02: fixup! Bug 10760: Integrate TorButton to TorBrowser core

gitolite role git at cupani.torproject.org
Mon Oct 24 08:16:15 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 be9556482bb6a3875e1aeaecd8528af0b87bbc47
Author: Pier Angelo Vendrame <pierov at torproject.org>
AuthorDate: Mon Oct 24 08:59:09 2022 +0200

    fixup! Bug 10760: Integrate TorButton to TorBrowser core
    
    Bug 41387: Move new circuit to the main menu panel
---
 browser/base/content/appmenu-viewcache.inc.xhtml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/browser/base/content/appmenu-viewcache.inc.xhtml b/browser/base/content/appmenu-viewcache.inc.xhtml
index 49bfae1959fa..cb685a3d0f52 100644
--- a/browser/base/content/appmenu-viewcache.inc.xhtml
+++ b/browser/base/content/appmenu-viewcache.inc.xhtml
@@ -61,6 +61,11 @@
       <toolbarbutton id="appMenu-new-identity"
                      class="subviewbutton"
                      key="new-identity-key"/>
+      <toolbarbutton id="appMenuNewCircuit"
+                     class="subviewbutton"
+                     key="torbutton-new-circuit-key"
+                     label="&torbutton.context_menu.new_circuit_sentence_case;"
+                     oncommand="torbutton_new_circuit();"/>
       <toolbarseparator/>
       <toolbarbutton id="appMenu-bookmarks-button"
                      class="subviewbutton subviewbutton-nav"
@@ -182,11 +187,6 @@
                      class="subviewbutton"
                      command="Browser:RestoreLastSession"
                      hidden="true"/>
-      <toolbarbutton id="appMenuNewCircuit"
-                     class="subviewbutton"
-                     key="torbutton-new-circuit-key"
-                     label="&torbutton.context_menu.new_circuit_sentence_case;"
-                     oncommand="torbutton_new_circuit();"/>
       <toolbarseparator/>
       <toolbarbutton id="appMenuClearRecentHistory"
                      data-l10n-id="appmenu-clear-history"

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


More information about the tbb-commits mailing list