[Pkg-mozext-commits] [SCM] perspectives-extension branch, debian, updated. 4.2-4-136-gd6962eb

Dave Schaefer dave.schaefer at gmail.com
Thu Jun 28 22:05:13 UTC 2012


The following commit has been merged in the debian branch:
commit edf05fdf5daa4b83583282da9ac27609ffd7a9b7
Author: Dave Schaefer <dave.schaefer at gmail.com>
Date:   Mon Jun 18 02:04:13 2012 -0700

    Perspectives - Fix SeaMonkey. Extension was not being initialized properly.
    
    This should be posted as a hotfix.
    Also bump the SeaMonkey compatability number while we're at it.

diff --git a/plugin/chrome.manifest b/plugin/chrome.manifest
index 99f6192..15b32dd 100755
--- a/plugin/chrome.manifest
+++ b/plugin/chrome.manifest
@@ -8,9 +8,13 @@ locale perspectives zh-CN chrome/locale/zh-CN/
 
 content perspectives_main .
 
+# NOTE: order here is important!
+# statusbar.xul must be included before initialize.xul in order for the init_data() function to be called properly.
+# keep these lines in order or Perspectives won't load
 overlay	chrome://browser/content/browser.xul chrome://perspectives/content/statusbar.xul
 overlay	chrome://browser/content/browser.xul chrome://perspectives/content/initialize.xul
 
 # these lines are needed to support seamonkey
+# order is still important! see above.
+overlay chrome://navigator/content/navigator.xul chrome://perspectives/content/statusbar.xul
 overlay chrome://navigator/content/navigator.xul chrome://perspectives/content/initialize.xul
-overlay  chrome://navigator/content/navigator.xul chrome://perspectives/content/statusbar.xul
diff --git a/plugin/install.rdf b/plugin/install.rdf
index 69298ce..b423266 100644
--- a/plugin/install.rdf
+++ b/plugin/install.rdf
@@ -24,7 +24,7 @@
 			<Description>
 				<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
 				<em:minVersion>2.0</em:minVersion>
-				<em:maxVersion>2.0.*</em:maxVersion>
+				<em:maxVersion>2.10.*</em:maxVersion>
 			</Description>
 		</em:targetApplication>
 

-- 
perspectives-extension



More information about the Pkg-mozext-commits mailing list