Fix newlines

This commit is contained in:
gavin@gavinsharp.com 2007-08-29 10:33:31 -07:00
parent 89bc18ebac
commit 2c85e36f58

View File

@ -1116,9 +1116,9 @@ function delayedStartup()
#ifdef XP_WIN
// For Vista, flip the default download folder pref once from Desktop to Downloads
// on new profiles.
try {
var sysInfo = Cc["@mozilla.org/system-info;1"].
getService(Ci.nsIPropertyBag2);
try {
var sysInfo = Cc["@mozilla.org/system-info;1"].
getService(Ci.nsIPropertyBag2);
if (parseFloat(sysInfo.getProperty("version")) >= 6 &&
!gPrefService.getPrefType("browser.download.dir") &&
gPrefService.getIntPref("browser.download.folderList") == 0) {