commit f92850abebfdf0a7e2dcf438cc5ac060cb5db1c4
parent ddac1b8417925f744af44183c189ae91441629af
Author: Simon Kornblith <simon@simonster.com>
Date: Sat, 31 Dec 2011 12:36:36 +0000
Merge branch '3.0' of github.com:zotero/zotero into 3.0
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js
@@ -1092,6 +1092,9 @@ var ZoteroPane = new function()
this.getItemGroup = function () {
+ if (!this.collectionsView.selection) {
+ return false;
+ }
return this.collectionsView._getItemAtRow(this.collectionsView.selection.currentIndex);
}