[Pkg-mozext-commits] [tabmixplus] 17/56: Disable the hidden firefox button in Tab mix options > Session, to prevent it from being selected by tabbox.xml code. tabbox.xml > _selectNewTab only skip tab with hidden or disabled property

David Prévot taffit at moszumanska.debian.org
Mon Jun 6 00:02:33 UTC 2016


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

taffit pushed a commit to branch master
in repository tabmixplus.

commit d082bd0973a5846467d48cdb1561ee26141e246a
Author: onemen <tabmix.onemen at gmail.com>
Date:   Sun May 1 21:03:55 2016 +0300

    Disable the hidden firefox button in Tab mix options > Session, to prevent it from being selected by tabbox.xml code.
    tabbox.xml > _selectNewTab only skip tab with hidden or disabled property
---
 chrome/content/preferences/session.xul | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/preferences/session.xul b/chrome/content/preferences/session.xul
index df20be0..653f082 100644
--- a/chrome/content/preferences/session.xul
+++ b/chrome/content/preferences/session.xul
@@ -140,7 +140,7 @@
                   onselect="gPrefWindow.tabSelectionChanged(event);">
               <tab label="&sm.StartExit;" class="subtabs tabmix" helpTopic="Session_-_StartExit"/>
               <tab label="&sm.restore;" class="subtabs tabmix" helpTopic="Session_-_StartExit#Restore"/>
-              <tab label="tab" class="firefox" helpTopic="Session_-_StartExit"/>
+              <tab label="tab" disabled="true" class="firefox" helpTopic="Session_-_StartExit"/>
               <tab label="&sm.preserve;" class="subtabs tabmix" helpTopic="Session_-_StartExit#Preserve"/>
             </tabs>
             <tabpanels id="sessionManager-panels" flex="1" class="groupbox-panels">

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



More information about the Pkg-mozext-commits mailing list