diff options
author | Remi Collet <fedora@famillecollet.com> | 2011-12-22 16:49:48 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2011-12-22 16:49:48 +0100 |
commit | 2e5013b06612bcfdf8050c569cd9f12a758e8fa4 (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /firefox-disable-checkupdates.patch | |
parent | 5f139fd8d735a957395c0d01bcc835271d80999f (diff) |
clean
Diffstat (limited to 'firefox-disable-checkupdates.patch')
-rw-r--r-- | firefox-disable-checkupdates.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/firefox-disable-checkupdates.patch b/firefox-disable-checkupdates.patch deleted file mode 100644 index e3b8c97..0000000 --- a/firefox-disable-checkupdates.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up mozilla-1.9.2/browser/base/content/utilityOverlay.js.checkForUpdates mozilla-1.9.2/browser/base/content/utilityOverlay.js ---- mozilla-1.9.2/browser/base/content/utilityOverlay.js.checkForUpdates 2010-06-13 15:36:16.617677299 -0700 -+++ mozilla-1.9.2/browser/base/content/utilityOverlay.js 2010-06-13 15:39:54.485387418 -0700 -@@ -510,7 +510,7 @@ function buildHelpMenu() - // Disable the UI if the update enabled pref has been locked by the - // administrator or if we cannot update for some other reason - var checkForUpdates = document.getElementById("checkForUpdates"); -- var canCheckForUpdates = updates.canCheckForUpdates; -+ var canCheckForUpdates = updates.canCheckForUpdates && updates.canApplyUpdates; - checkForUpdates.setAttribute("disabled", !canCheckForUpdates); - if (!canCheckForUpdates) - return; |