summaryrefslogtreecommitdiff
path: root/firefox-disable-checkupdates.patch
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2010-11-12 16:42:39 +0100
committerJan Horak <jhorak@redhat.com>2010-11-12 16:42:39 +0100
commita57d8cbbe987de217a530a72edb0c9fd0e73f495 (patch)
tree3cdc7c354b76f6ecb87ace328d508630e8ab929d /firefox-disable-checkupdates.patch
parentFixed xulrunner version (diff)
downloadlibrewolf-fedora-ff-a57d8cbbe987de217a530a72edb0c9fd0e73f495.tar.gz
librewolf-fedora-ff-a57d8cbbe987de217a530a72edb0c9fd0e73f495.tar.bz2
librewolf-fedora-ff-a57d8cbbe987de217a530a72edb0c9fd0e73f495.zip
Removed firefox-disable-checkupdates.patch and disabled updater
Diffstat (limited to 'firefox-disable-checkupdates.patch')
-rw-r--r--firefox-disable-checkupdates.patch12
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;
bgstack15