www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 32399b35edb8a0b29cf76b6b7d8caa6f66c14f84
parent 88c6eae73019d10ec5600bf6e94271636f2306dc
Author: Simon Kornblith <simon@simonster.com>
Date:   Sun, 24 Jul 2011 21:43:02 +0000

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


Diffstat:
Mchrome/content/zotero/zoteroPane.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js @@ -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