From dddb172d59000fabbabfca8a39ed436c74eae58d Mon Sep 17 00:00:00 2001 From: "ben%bengoodger.com" Date: Fri, 5 Aug 2005 22:05:41 +0000 Subject: [PATCH] 303449 - show update history button missing from preferences git-svn-id: svn://10.0.0.236/trunk@177191 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/browser/components/preferences/advanced.js | 6 ------ mozilla/browser/components/preferences/advanced.xul | 10 ++++++++++ .../en-US/chrome/browser/preferences/advanced.dtd | 8 ++++---- mozilla/toolkit/mozapps/update/content/history.js | 1 + .../toolkit/mozapps/update/src/nsUpdateService.js.in | 2 +- 5 files changed, 16 insertions(+), 11 deletions(-) diff --git a/mozilla/browser/components/preferences/advanced.js b/mozilla/browser/components/preferences/advanced.js index 4daea5c845f..9b9fbd258aa 100644 --- a/mozilla/browser/components/preferences/advanced.js +++ b/mozilla/browser/components/preferences/advanced.js @@ -224,12 +224,6 @@ var gAdvancedPane = { prompter.checkForUpdates(); }, - showAutoInstallOptions: function () - { - document.documentElement.openSubDialog("chrome://mozapps/content/preferences/update.xul", - "", null); - }, - showUpdates: function () { var prompter = Components.classes["@mozilla.org/updates/update-prompt;1"] diff --git a/mozilla/browser/components/preferences/advanced.xul b/mozilla/browser/components/preferences/advanced.xul index 90f4f57305e..bd7b443251f 100644 --- a/mozilla/browser/components/preferences/advanced.xul +++ b/mozilla/browser/components/preferences/advanced.xul @@ -73,6 +73,9 @@ onchange="gAdvancedPane.updateModeItems();"/> + @@ -174,6 +177,13 @@ onsynctopreference="return gAdvancedPane.addonWarnSyncTo();"/> + + +