Thee Chicago Wolf [MVP] wrote:
Per bug https://bugzilla.mozilla.org/show_bug.cgi?id=581319:

What pref was ever established that throws the nag message "Your copy
of Seamonkey is old and probably has known security flaws, but you
have disabled automated update checks. Please update to a newer
version." and where is the age setting able to be changed?

- Thee Chicago Wolf [MVP]


Looking at the patch there isn't a pref that throws the message, only one to override it. And I don't think it exists by default so you probably have to create it.

Bool   app.updatecheck.overide      true


    1.36 +  _shouldShowUpdateWarning: function () {
1.37 + // Look for an unconditional override pref. If set, do what it says.
    1.38 +    // (true --> never show, false --> always show)
    1.39 +    try {
1.40 + return !Services.prefs.getBoolPref("app.updatecheck.override");

--
Jim
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to