www

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

commit 8502b68730109be1db05f7c5e4d822cbd478dce9
parent af63818bed105783631c4eb7647cc589a751926f
Author: Simon Kornblith <simon@simonster.com>
Date:   Fri, 13 Dec 2013 18:35:00 -0500

Broadcast persistent descriptor is for database, not data directory

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

diff --git a/chrome/content/zotero/xpcom/ipc.js b/chrome/content/zotero/xpcom/ipc.js @@ -66,7 +66,7 @@ Zotero.IPC = new function() { // Standalone sends this to the Firefox extension to tell the Firefox extension to // release its lock on the Zotero database if(!Zotero.isConnector && (msg.length === 11 || - msg.substr(12) === Zotero.getZoteroDirectory().persistentDescriptor)) { + msg.substr(12) === Zotero.getZoteroDatabase().persistentDescriptor)) { switchConnectorMode(true); } } else if(msg === "lockReleased") {