Fix bug displaying "Rename associated file" dialog (on trunk and branch)

This commit is contained in:
Dan Stillman 2008-09-01 02:10:40 +00:00
parent 4da36c4f19
commit 4da7a006c3

View file

@ -866,7 +866,7 @@ var ZoteroPane = new function()
while (true) {
// Don't show "Rename associated file" option for
// linked URLs
if (linkMode = item.ref.getAttachmentLinkMode() ==
if (item.ref.getAttachmentLinkMode() ==
Zotero.Attachments.LINK_MODE_LINKED_URL) {
var result = nsIPS.prompt(
window,