[Pkg-mozext-commits] [firegestures] 01/04: Imported Upstream version 1.7.13
David Prévot
taffit at alioth.debian.org
Wed Oct 9 14:40:55 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 55fef8243b954ffe8bcea10c05ea2b3c04ebb733
Author: David Prévot <taffit at debian.org>
Date: Wed Oct 9 10:30:35 2013 -0400
Imported Upstream version 1.7.13
---
chrome/content/firegestures/browser.js | 4 ++--
install.rdf | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/chrome/content/firegestures/browser.js b/chrome/content/firegestures/browser.js
index 11d47d5..8698c5a 100755
--- a/chrome/content/firegestures/browser.js
+++ b/chrome/content/firegestures/browser.js
@@ -30,6 +30,8 @@ var FireGestures = {
this._gestureMapping = gestureSvc.getMappingForBrowser();
this._getLocaleString = gestureSvc.getLocaleString;
this._statusTextField = document.getElementById("statusbar-display");
+ if (!this._statusTextField)
+ this._statusTextField = gBrowser.getStatusPanel();
window.removeEventListener("MozSwipeGesture", gGestureSupport, true);
},
@@ -717,8 +719,6 @@ var FireGestures = {
setStatusText: function(aText) {
- if (!this._statusTextField)
- this._statusTextField = gBrowser.getStatusPanel();
this._statusTextField.label = aText;
},
diff --git a/install.rdf b/install.rdf
index 8f211cc..7784c46 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.12</em:version>
+ <em:version>1.7.13</em:version>
<em:description>Executes various commands with mouse gestures.</em:description>
<em:creator>Gomita</em:creator>
<em:localized>
@@ -278,7 +278,7 @@
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>20.0</em:minVersion>
- <em:maxVersion>26.0a1</em:maxVersion>
+ <em:maxVersion>27.0a1</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
--
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