mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
bug 360696 - Follow up fix. Patch by Clint Talbert <cmtalbert@myfastmail.com>, r1/2=lilmatt
This commit is contained in:
parent
62e10c29fc
commit
8dd5d0caf2
@ -695,7 +695,10 @@ var gDataMigrator = {
|
||||
localFile.append(".thunderbird");
|
||||
}
|
||||
}
|
||||
return localFile;
|
||||
if (localFile.exists()) {
|
||||
return localFile;
|
||||
}
|
||||
return null;
|
||||
},
|
||||
|
||||
getSunbirdProfile: function gdm_getSB() {
|
||||
|
Loading…
Reference in New Issue
Block a user