mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
8a96e0e5c6
commit
619264c693
@ -4486,7 +4486,7 @@ ExtensionManager.prototype = {
|
||||
needsRestart = internalName == gPref.getCharPref(PREF_GENERAL_SKINS_SELECTEDSKIN);
|
||||
return needsRestart;
|
||||
}
|
||||
return true;
|
||||
return ((type & nsIUpdateItem.TYPE_ANY) > 0);
|
||||
},
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user