]> git.pld-linux.org Git - packages/thunderbird.git/blob - disabled-updater.patch
c03426488ab0a51148758341ac2fdd01ff4d9262
[packages/thunderbird.git] / disabled-updater.patch
1 --- thunderbird-78.2.2/comm/mail/base/content/specialTabs.js.orig       2020-09-14 01:07:47.922347748 +0200
2 +++ thunderbird-78.2.2/comm/mail/base/content/specialTabs.js    2020-09-14 01:07:51.568995951 +0200
3 @@ -1048,7 +1048,7 @@
4        Services.prefs.setCharPref("mailnews.start_page_override.mstone", mstone);
5      }
6  
7 -    let update = Cc["@mozilla.org/updates/update-manager;1"].getService(
8 +    let update = AppConstants.MOZ_UPDATER && Cc["@mozilla.org/updates/update-manager;1"].getService(
9        Ci.nsIUpdateManager
10      ).activeUpdate;
11  
This page took 0.02338 seconds and 2 git commands to generate.