Fix upgrade prompt after incompatible DB in Standalone

Since 693c0286e, probably
This commit is contained in:
Dan Stillman 2016-12-15 05:25:48 -05:00
parent 50df62a0e7
commit 3d117c4135

View file

@ -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");