diff --git a/minimo/chrome/content/preferences/preferences.js b/minimo/chrome/content/preferences/preferences.js index a2e2da945ad..84bdb09186f 100644 --- a/minimo/chrome/content/preferences/preferences.js +++ b/minimo/chrome/content/preferences/preferences.js @@ -86,7 +86,7 @@ function UIdependencyCheck() { document.getElementById("networkProxyHTTP_Port").disabled=false; } - if(!document.getElementById("useDownloadDir").checked) { + if(!document.getElementById("dontAskForLaunch").checked) { document.getElementById("downloadDir").disabled=true; } else { document.getElementById("downloadDir").disabled=false;