[Pkg-mozext-commits] [tabmixplus] 45/56: Follow up bug 1268943 - Middle mouse click on links in settings does nothing (should open in new tab).
David Prévot
taffit at moszumanska.debian.org
Mon Jun 6 00:02:37 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 59666b24a84cec84822abb566655bf1bb4d029f0
Author: onemen <tabmix.onemen at gmail.com>
Date: Sat May 21 21:15:46 2016 +0300
Follow up bug 1268943 - Middle mouse click on links in settings does nothing (should open in new tab).
---
chrome/content/places/places.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/places/places.js b/chrome/content/places/places.js
index b6062a7..0e61b5f 100644
--- a/chrome/content/places/places.js
+++ b/chrome/content/places/places.js
@@ -706,7 +706,7 @@ Tabmix.onContentLoaded = {
'return shift ? "tabshifted" : "tab";',
'{' + $LF +
'let callerTrace = Tabmix.callerTrace();' + $LF +
- 'let list = ["openUILink", "handleLinkClick", "TMP_tabshifted", "TMP_contentLinkClick"];' + $LF +
+ 'let list = ["openUILink", "handleLinkClick", "TMP_tabshifted", "TMP_contentLinkClick", "BG_observe"];' + $LF +
'let pref = callerTrace.contain(list) ?' + $LF +
' "extensions.tabmix.inversefocusLinks" : "extensions.tabmix.inversefocusOther";' + $LF +
'let notOneClickSearch = !getBoolPref("browser.search.showOneOffButtons", false) ||' + $LF +
--
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