[Pkg-mozext-commits] [tabmixplus] 07/23: Follow up bug 1116787 - Expose preference for having Ctrl+Tab cycle through tabs in recently used order. Instert Tab mix button after "Tabs" label

David Prévot taffit at moszumanska.debian.org
Fri Sep 23 03:31:03 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 680c04cbf41972cec9e9de2f55011386998788cf
Author: onemen <tabmix.onemen at gmail.com>
Date:   Fri Aug 5 13:29:30 2016 +0300

    Follow up bug 1116787 - Expose preference for having Ctrl+Tab cycle through tabs in recently used order. Instert Tab mix button after "Tabs" label
---
 chrome/content/preferences/overlay/preferencesOverlay.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/preferences/overlay/preferencesOverlay.js b/chrome/content/preferences/overlay/preferencesOverlay.js
index acea622..a5ab07c 100644
--- a/chrome/content/preferences/overlay/preferencesOverlay.js
+++ b/chrome/content/preferences/overlay/preferencesOverlay.js
@@ -11,7 +11,7 @@ var gTabMix_preferencesOverlay = {
   incontentInit: function gTabMix_preferencesOverlay_incontentInit() {
     var box = this.id("linkTargeting");
     box.collapsed = true;
-    box.parentNode.insertBefore(this.id("tabmixplusBox"), box);
+    box.parentNode.insertBefore(this.id("tabmixplusBox"), box.parentNode.firstChild);
 
     var warnOnCloseWindow = this.id("warnOnCloseWindow");
     var warnCloseMultiple = this.id("warnCloseMultiple");

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