commit 4bbce8187c56bbe29788e75a3995a31ed79e3174 parent f482f65a4627e3955856b480c2df8bd1fe161655 Author: Dan Stillman <dstillman@zotero.org> Date: Mon, 28 Sep 2009 06:40:38 +0000 Missed file in previous commit Diffstat:
| M | chrome/content/zotero/bindings/noteeditor.xml | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/chrome/content/zotero/bindings/noteeditor.xml b/chrome/content/zotero/bindings/noteeditor.xml @@ -119,9 +119,9 @@ <![CDATA[ this._item = val; - var parent = this.item.getSource(); + var parent = this.item.getSourceKey(); if (parent) { - this.parent = Zotero.Items.get(parent); + this.parent = Zotero.Items.getByLibraryAndKey(this.item.libraryID, parent); } this._id('links').item = this.item;