[Pkg-mozext-commits] [nosquint] 07/47: Import of 1.92.0 release into git
David Prévot
taffit at moszumanska.debian.org
Tue Apr 28 01:41:16 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag 2.1.6
in repository nosquint.
commit 6c53258ce0fcdaa0edf50780d5f5ce8c8ab32c9d
Author: Jason Tackaberry <tack at urandom.ca>
Date: Fri Jan 13 19:41:13 2012 -0500
Import of 1.92.0 release into git
---
src/content/nosquint.js | 2 +-
src/install.rdf | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/content/nosquint.js b/src/content/nosquint.js
index 670cc3a..bf6df2c 100644
--- a/src/content/nosquint.js
+++ b/src/content/nosquint.js
@@ -306,7 +306,7 @@ var NoSquint = {
return;
var browser = gBrowser.selectedBrowser;
var text = full = false;
- var increment = NoSquint.zoomIncrement * (event.detail < 0 ? -1 : 1);
+ var increment = NoSquint.zoomIncrement * (event.detail < 0 ? 1 : -1);
if (NoSquint.fullZoomPrimary && !event.shiftKey || !NoSquint.fullZoomPrimary && event.shiftKey)
full = (browser.markupDocumentViewer.fullZoom * 100) + increment;
else
diff --git a/src/install.rdf b/src/install.rdf
index 1572ed6..e29e2fb 100644
--- a/src/install.rdf
+++ b/src/install.rdf
@@ -6,7 +6,7 @@
<em:id>nosquint at urandom.ca</em:id>
<em:name>No Squint</em:name>
- <em:version>1.91.0</em:version>
+ <em:version>1.92.0</em:version>
<em:description>Manage site-specific full page and text zoom levels</em:description>
<em:creator>Jason Tackaberry</em:creator>
<!-- optional items -->
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/nosquint.git
More information about the Pkg-mozext-commits
mailing list