www

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

commit 762d51059df7a1f3fb058fa6ae396d352d0c1e9d
parent f4ac1c0b55a369915da46d2fe1e27aeff944f872
Author: Simon Kornblith <simon@simonster.com>
Date:   Mon, 17 Jan 2011 21:53:49 +0000

fix automatic standalone migration on Linux


Diffstat:
Mchrome/content/zotero/xpcom/zotero.js | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js @@ -735,7 +735,6 @@ var Zotero = new function(){ } else if(Zotero.isMac) { prefDir.append("Firefox"); } else { - prefDir = prefDir.parent; prefDir.append(".mozilla"); prefDir.append("firefox"); } @@ -747,7 +746,6 @@ var Zotero = new function(){ } else if(Zotero.isMac) { prefDir.append("Zotero"); } else { - prefDir = prefDir.parent; prefDir.append(".zotero"); prefDir.append("zotero"); }