www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit abd2456d28cb89d321532cf6d4a37fe84deda363
parent 3e641cd7df68d6434bc8bcbdc66f47fc4a511e17
Author: Simon Kornblith <simon@simonster.com>
Date:   Wed, 24 Aug 2011 01:13:33 +0000

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


Diffstat:
Mchrome/content/zotero/xpcom/zotero.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js @@ -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);