From 762d51059df7a1f3fb058fa6ae396d352d0c1e9d Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Mon, 17 Jan 2011 21:53:49 +0000 Subject: [PATCH] fix automatic standalone migration on Linux --- chrome/content/zotero/xpcom/zotero.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index 6a9eca8d0..7c3478824 100644 --- 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"); }