From 6f1d00d6b1724c11d68b110a72731749e0deab7e Mon Sep 17 00:00:00 2001 From: piro Date: Fri, 31 Jul 2009 01:54:09 +0000 Subject: [PATCH] =?UTF-8?q?=E9=81=B8=E6=8A=9E=E3=81=97=E3=81=9F=E5=B1=A5?= =?UTF-8?q?=E6=AD=B4=E9=A0=85=E7=9B=AE=E3=82=92=E8=A4=87=E6=95=B0=E3=81=BE?= =?UTF-8?q?=E3=81=A8=E3=82=81=E3=81=A6=E9=96=8B=E3=81=91=E3=81=AA=E3=81=8F?= =?UTF-8?q?=E3=81=AA=E3=81=A3=E3=81=A6=E3=81=84=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4846 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/treestyletab.js | 1 + 1 file changed, 1 insertion(+) diff --git a/content/treestyletab/treestyletab.js b/content/treestyletab/treestyletab.js index 28e9953f..ae092445 100644 --- a/content/treestyletab/treestyletab.js +++ b/content/treestyletab/treestyletab.js @@ -2624,6 +2624,7 @@ catch(e) { getParentItemForBookmark : function(aId) { + if (aId < 0) return -1; var annotations = PlacesUtils.getAnnotationsForItem(aId); for (let i in annotations) {