Fix upgrade prompt after incompatible DB in Standalone
Since 693c0286e
, probably
This commit is contained in:
parent
50df62a0e7
commit
3d117c4135
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue