Revert part of last patch, since it doesn't seem to help things

This commit is contained in:
Simon Kornblith 2011-08-24 01:13:33 +00:00
parent 3e641cd7df
commit abd2456d28

View file

@ -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);