commit faf2f539f3af39d0117f2f01bb51b4b8a3ee16a6 parent 02efb5690299856b1c9a2ca50f1d05031dd91ee5 Author: Simon Kornblith <simon@simonster.com> Date: Sun, 30 Jan 2011 09:53:22 +0000 fix typo Diffstat:
| M | chrome/content/zotero/advancedSearch.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/advancedSearch.js b/chrome/content/zotero/advancedSearch.js @@ -153,7 +153,7 @@ var ZoteroAdvancedSearch = new function() { } lastWin.ZoteroPane.show(); - lastWin.ZoteroPane.getActiveZoteroPane.selectItem(item.getID(), false, true); + lastWin.ZoteroPane.getActiveZoteroPane().selectItem(item.getID(), false, true); lastWin.focus(); } }