www

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

commit 149de94a0f1d047d2f4abd2cc56f0b15a0eb8eac
parent 05088d4cfa4d97b366eed435acbd72ef57bfde07
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sat, 30 Jan 2010 21:58:10 +0000

Fix modifier key handling when clicking View Attachment


Diffstat:
Mchrome/content/zotero/bindings/attachmentbox.xml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/bindings/attachmentbox.xml b/chrome/content/zotero/bindings/attachmentbox.xml @@ -449,7 +449,7 @@ <parameter name="event"/> <body> <![CDATA[ - ZoteroPane.viewAttachment(this.item.id, event.originalTarget, !this.editable); + ZoteroPane.viewAttachment(this.item.id, event, !this.editable); ]]> </body> </method>