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:
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;
}