[Pkg-mozext-commits] [firetray] 154/399: bump maxVersion to 12.0a1
David Prévot
taffit at alioth.debian.org
Tue Oct 29 18:23:33 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch dfsg-clean
in repository firetray.
commit 80e8f8cabad2f5bf67f70248a8b54c1575f55400
Author: foudfou <foudil.newbie+git at gmail.com>
Date: Sat Jan 28 15:52:52 2012 +0100
bump maxVersion to 12.0a1
---
src/install.rdf | 4 ++--
src/modules/gtk2/FiretrayWindow.jsm | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/install.rdf b/src/install.rdf
index 265d4dc..d75cfea 100644
--- a/src/install.rdf
+++ b/src/install.rdf
@@ -19,7 +19,7 @@
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- Firefox -->
<em:minVersion>4.0</em:minVersion>
- <em:maxVersion>11.*</em:maxVersion>
+ <em:maxVersion>12.0a1</em:maxVersion>
</Description>
</em:targetApplication>
@@ -27,7 +27,7 @@
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>3.3a1pre</em:minVersion>
- <em:maxVersion>11.*</em:maxVersion>
+ <em:maxVersion>12.0a1</em:maxVersion>
</Description>
</em:targetApplication>
diff --git a/src/modules/gtk2/FiretrayWindow.jsm b/src/modules/gtk2/FiretrayWindow.jsm
index 22a4e76..edc07d4 100644
--- a/src/modules/gtk2/FiretrayWindow.jsm
+++ b/src/modules/gtk2/FiretrayWindow.jsm
@@ -315,6 +315,7 @@ firetray.Window = {
ERROR("unsupported format: "+actual_format.value);
}
LOG("format OK");
+// FIXME: how about https://developer.mozilla.org/en/JavaScript_typed_arrays
var props = ctypes.cast(prop_value, ctypes.unsigned_long.array(nitems.value).ptr);
LOG("props="+props+", size="+props.constructor.size);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firetray.git
More information about the Pkg-mozext-commits
mailing list