www

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

commit d5e9ca11f3d4b72b68afd11df4d6274d7ac80a0d
parent 8f742bc7abb0f68ce3e146922c89549d75d5cdc5
Author: Dan Stillman <dstillman@zotero.org>
Date:   Wed, 16 Nov 2011 17:55:18 -0500

Restore Locate button on missing files (since 10/15)

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

diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js @@ -3338,7 +3338,7 @@ var ZoteroPane = new function() function viewAttachment(itemIDs, event, noLocateOnMissing, forceExternalViewer) { // If view isn't editable, don't show Locate button, since the updated // path couldn't be sent back up - if (!this.itemsView.editable) { + if (!this.collectionsView.editable) { noLocateOnMissing = true; }