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();"/> + + +