www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 5951768ada405cbf8cd9bd09dd4aeeac2aa509c7
parent 0a3b96bd9c080d913216b2067a76115078d3d060
Author: Simon Kornblith <simon@simonster.com>
Date:   Mon, 18 Apr 2011 23:29:12 +0000

Fix compatibility with latest Minefield


Diffstat:
Mcomponents/zotero-service.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/zotero-service.js b/components/zotero-service.js @@ -39,7 +39,7 @@ Components.utils.import("resource://gre/modules/XPCOMUtils.jsm"); var appInfo = Components.classes["@mozilla.org/xre/app-info;1"]. getService(Components.interfaces.nsIXULAppInfo); -if(appInfo.platformVersion[0] == 2) { +if(appInfo.platformVersion[0] >= 2) { Components.utils.import("resource://gre/modules/AddonManager.jsm"); }