commit 393a6d87fe5ac5060671c3bcbfeda8c8b7bf8d04 parent 4d7c1238b0d665d28e298ae1418a2311d43a5a78 Author: Dan Stillman <dstillman@zotero.org> Date: Mon, 14 Feb 2011 07:11:06 +0000 Unless we find anything better, use stack of papers for Unfiled Items icon Diffstat:
| D | chrome/content/zotero-platform/mac/treesource-search-virtual.png | | | 0 | |
| M | chrome/content/zotero/xpcom/collectionTreeView.js | | | 7 | +++---- |
| A | chrome/skin/default/zotero/treesource-search-virtual.png | | | 0 |
3 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/chrome/content/zotero-platform/mac/treesource-search-virtual.png b/chrome/content/zotero-platform/mac/treesource-search-virtual.png Binary files differ. diff --git a/chrome/content/zotero/xpcom/collectionTreeView.js b/chrome/content/zotero/xpcom/collectionTreeView.js @@ -503,12 +503,11 @@ Zotero.CollectionTreeView.prototype.getImageSrc = function(row, col) return "chrome://zotero-platform/content/treesource-collection.png"; case 'search': - var str = "chrome://zotero-platform/content/treesource-search"; if ((source.ref.id + "").match(/^8634533000/)) { // 'UNFILED000' - str += '-virtual'; + collectionType = "search-virtual"; + break; } - str += ".png"; - return str; + return "chrome://zotero-platform/content/treesource-search.png"; case 'header': if (source.ref.id == 'group-libraries-header') { diff --git a/chrome/skin/default/zotero/treesource-search-virtual.png b/chrome/skin/default/zotero/treesource-search-virtual.png Binary files differ.