bug 360696 - Follow up fix. Patch by Clint Talbert <cmtalbert@myfastmail.com>, r1/2=lilmatt

This commit is contained in:
mattwillis%gmail.com 2006-11-14 21:06:53 +00:00
parent 62e10c29fc
commit 8dd5d0caf2

View File

@ -695,7 +695,10 @@ var gDataMigrator = {
localFile.append(".thunderbird");
}
}
return localFile;
if (localFile.exists()) {
return localFile;
}
return null;
},
getSunbirdProfile: function gdm_getSB() {