[Pkg-mozext-commits] [firegestures] 01/04: Imported Upstream version 1.7.14

David Prévot taffit at alioth.debian.org
Sat Oct 19 14:10:42 UTC 2013


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

taffit pushed a commit to branch master
in repository firegestures.

commit c279b1a7e374a9b80b4a193bdb44615748d74fe6
Author: David Prévot <taffit at debian.org>
Date:   Sat Oct 19 09:50:21 2013 -0400

    Imported Upstream version 1.7.14
---
 components/xdGestureHandler.js |    3 +++
 install.rdf                    |    2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/components/xdGestureHandler.js b/components/xdGestureHandler.js
index d964bcc..4d14334 100755
--- a/components/xdGestureHandler.js
+++ b/components/xdGestureHandler.js
@@ -160,6 +160,9 @@ xdGestureHandler.prototype = {
 					if (targetName == "scrollbarbutton" || targetName == "slider" || targetName == "thumb") {
 						break;
 					}
+					if (this._triggerButton == 0 && targetName == "select") {
+						break;
+					}
 					this._isMouseDownL = true;
 					this._isMouseDownM = false;
 					if (this._triggerButton == 0 && !this._isMouseDownM && !this._isMouseDownR && !this._altKey(event)) {
diff --git a/install.rdf b/install.rdf
index 7784c46..337ace0 100644
--- a/install.rdf
+++ b/install.rdf
@@ -7,7 +7,7 @@
 		<em:id>firegestures at xuldev.org</em:id>
 		<em:type>2</em:type>
 		<em:name>FireGestures</em:name>
-		<em:version>1.7.13</em:version>
+		<em:version>1.7.14</em:version>
 		<em:description>Executes various commands with mouse gestures.</em:description>
 		<em:creator>Gomita</em:creator>
 		<em:localized>

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



More information about the Pkg-mozext-commits mailing list