[Pkg-mozext-commits] [tabmixplus] 37/61: Clicking on the tab-sound-icon on pinned tab select tab when the option "Mouse click (down and release) to select a tab" is on (Changeset c0f3653f204e)
David Prévot
taffit at moszumanska.debian.org
Fri Aug 28 19:09:20 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository tabmixplus.
commit 7f426cb717140801ad203b025b3fd2fac69a7260
Author: onemen <tabmix.onemen at gmail.com>
Date: Mon Aug 3 23:09:04 2015 +0300
Clicking on the tab-sound-icon on pinned tab select tab when the option "Mouse click (down and release) to select a tab" is on (Changeset c0f3653f204e)
---
chrome/content/click/click.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/click/click.js b/chrome/content/click/click.js
index 03874df..bd1a7a9 100644
--- a/chrome/content/click/click.js
+++ b/chrome/content/click/click.js
@@ -32,7 +32,7 @@ var TabmixTabClickOptions = {
// don't do anything if user left click on tab or tabbar button
if (leftClick &&
- (anonid == "tmp-close-button" || anonid == "soundplaying-icon" ||
+ (anonid == "tmp-close-button" || aEvent.target._overPlayingIcon ||
target.localName == "toolbarbutton")) {
return;
}
--
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