commit 01e009e46e1ce8a3ff834bb3e7bcf678d71a9341 Author: Sukhbir Singh sukhbir@torproject.org Date: Thu Dec 18 11:51:41 2014 +0530
Add updateURL for default theme (set it to localhost) --- projects/instantbird/config | 1 + projects/instantbird/theme-extension-update.patch | 12 ++++++++++++ 2 files changed, 13 insertions(+)
diff --git a/projects/instantbird/config b/projects/instantbird/config index f592e96..7eab581 100644 --- a/projects/instantbird/config +++ b/projects/instantbird/config @@ -68,6 +68,7 @@ input_files: - filename: links.patch - filename: picture.patch - filename: trafficinfo.patch + - filename: theme-extension-update.patch - filename: installer.patch - filename: cert_override.txt - filename: fix-mingw-build.nsprpatch diff --git a/projects/instantbird/theme-extension-update.patch b/projects/instantbird/theme-extension-update.patch new file mode 100644 index 0000000..8ad39d4 --- /dev/null +++ b/projects/instantbird/theme-extension-update.patch @@ -0,0 +1,12 @@ +diff --git a/im/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf.in b/im/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf.in +index a7e38bb..5eea8ba 100644 +--- a/im/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf.in ++++ b/im/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf.in +@@ -26,6 +26,7 @@ + <!-- Front End MetaData --> + em:nameInstantbird (default)</em:name> + em:descriptionThe default theme.</em:description> ++ em:updateURLhttps://127.0.0.1/</em:updateURL> + + <!-- EXTENSION AUTHORS! + DO NOT COPY THIS PROPERTY INTO YOUR INSTALL RDF FILES
tor-commits@lists.torproject.org