www

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

commit 3d117c41352010eebe989205f4ccdcf6d3371500
parent 50df62a0e701bedb75386ab137015f407acbfed7
Author: Dan Stillman <dstillman@zotero.org>
Date:   Thu, 15 Dec 2016 05:25:48 -0500

Fix upgrade prompt after incompatible DB in Standalone

Since 693c0286e, probably

Diffstat:
Mchrome/content/zotero/xpcom/zotero.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js @@ -621,7 +621,7 @@ Components.utils.import("resource://gre/modules/PluralForm.jsm"); Components.classes["@mozilla.org/embedcomp/window-watcher;1"] .getService(Components.interfaces.nsIWindowWatcher) .openWindow(null, 'chrome://mozapps/content/update/updates.xul', - 'updateChecker', 'chrome,centerscreen', null); + 'updateChecker', 'chrome,centerscreen,modal', null); } else { // In Firefox, show the add-on manager Components.utils.import("resource://gre/modules/AddonManager.jsm");