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 6f02e0d867
commit 46986012a5

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,