Bug 401093 - "Do not force restart when installing unknown add-on types" [p=trev.moz@adblockplus.org (Wladimir Palant) r=rob_strong a1.9=schrep]

This commit is contained in:
reed@reedloden.com 2007-11-12 22:40:51 -08:00
parent 8a96e0e5c6
commit 619264c693

View File

@ -4486,7 +4486,7 @@ ExtensionManager.prototype = {
needsRestart = internalName == gPref.getCharPref(PREF_GENERAL_SKINS_SELECTEDSKIN);
return needsRestart;
}
return true;
return ((type & nsIUpdateItem.TYPE_ANY) > 0);
},
/**