Revert part of last patch, since it doesn't seem to help things
This commit is contained in:
parent
3e641cd7df
commit
abd2456d28
1 changed files with 1 additions and 1 deletions
|
@ -853,7 +853,7 @@ if(appInfo.platformVersion[0] >= 2) {
|
|||
|
||||
if(defaultSection.IsRelative) {
|
||||
var defaultProfile = prefDir.clone().QueryInterface(Components.interfaces.nsILocalFile);
|
||||
defaultProfile.appendRelativePath(defaultSection.Path);
|
||||
for each(var dir in defaultSection.Path.split("/")) defaultProfile.append(dir);
|
||||
} else {
|
||||
var defaultProfile = Components.classes["@mozilla.org/file/local;1"]
|
||||
.createInstance(Components.interfaces.nsILocalFile);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue