Hide "Remove Selected Item" when in My Library (previously was shown with no label, leading to a blank menu item with ~2px height)

This commit is contained in:
Simon Kornblith 2011-07-24 21:43:02 +00:00
parent 88c6eae730
commit 32399b35ed

View file

@ -2170,7 +2170,7 @@ var ZoteroPane = new function()
var itemGroup = this.getItemGroup();
show.push(m.deleteItem, m.deleteFromLibrary, m.sep3, m.exportItems, m.createBib, m.loadReport);
show.push(m.deleteFromLibrary, m.sep3, m.exportItems, m.createBib, m.loadReport);
if (this.itemsView.selection.count > 0) {
// Multiple items selected