[Pkg-mozext-commits] [gcontactsync] 32/88: Changed a comment to avoid a false positive from the AMO validation script
David Prévot
taffit at moszumanska.debian.org
Thu Sep 18 20:52:27 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository gcontactsync.
commit fff6067de75ea82cecb3a773c590408cbfb70105
Author: Josh Geenen <joshgeenen at gmail.com>
Date: Mon Jan 20 12:00:36 2014 -0600
Changed a comment to avoid a false positive from the AMO validation script
---
src/content/Accounts.js | 2 +-
src/install.rdf | 14 ++------------
2 files changed, 3 insertions(+), 13 deletions(-)
diff --git a/src/content/Accounts.js b/src/content/Accounts.js
index 4d0679a..15be1ea 100644
--- a/src/content/Accounts.js
+++ b/src/content/Accounts.js
@@ -59,7 +59,7 @@ com.gContactSync.Accounts = {
mAbNameIndex: 0,
/** Stores the URIs of the ABs displayed in the Accounts dialog's tree */
mAbURIs: [],
- /** Element IDs used when enabling/disabling the preferences */
+ /** Element IDs used when changing the preferences */
mPrefElemIDs: [
"Username",
"Groups",
diff --git a/src/install.rdf b/src/install.rdf
index 6b5c975..db9c8e3 100644
--- a/src/install.rdf
+++ b/src/install.rdf
@@ -3,7 +3,7 @@
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description about="urn:mozilla:install-manifest">
<em:id>gContactSync at pirules.net</em:id>
- <em:version>0.4.0b5</em:version>
+ <em:version>0.4.0rc1</em:version>
<em:name>gContactSync</em:name>
<em:description>Synchronizes Google Contacts with Thunderbird</em:description>
<em:creator>Josh Geenen</em:creator>
@@ -16,7 +16,7 @@
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>17.0</em:minVersion>
- <em:maxVersion>27.0a1</em:maxVersion>
+ <em:maxVersion>29.0a1</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Seamonkey 2 -->
@@ -34,16 +34,6 @@
<em:minVersion>1.0.*</em:minVersion>
<em:maxVersion>3.0.*</em:maxVersion>
</Description>
- </em:targetApplication>
- <!-- Spicebird -->
- <!-- Commented out for now, several UI differences need to be addressed
- <em:targetApplication>
- <Description>
- <em:id>{ee53ece0-255c-4cc6-8a7e-81a8b6e5ba2c}</em:id>
- <em:minVersion>0.8</em:minVersion>
- <em:maxVersion>0.8.*</em:maxVersion>
- </Description>
</em:targetApplication>
- -->
</Description>
</RDF>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/gcontactsync.git
More information about the Pkg-mozext-commits
mailing list