From 69eaea837a30677cb26a3a0eb9d238feb63a39e5 Mon Sep 17 00:00:00 2001 From: "varga%netscape.com" Date: Thu, 10 Oct 2002 06:35:58 +0000 Subject: [PATCH] Fixing JS errors caused by bug 172545. r=neil, sr=sspitzer, a=asa --- xpfe/components/bookmarks/resources/bookmarks.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xpfe/components/bookmarks/resources/bookmarks.xml b/xpfe/components/bookmarks/resources/bookmarks.xml index 62eb4a11c1c8..c7f24534b7e9 100644 --- a/xpfe/components/bookmarks/resources/bookmarks.xml +++ b/xpfe/components/bookmarks/resources/bookmarks.xml @@ -937,6 +937,10 @@ isEditable: function BMOLBuilderObserver_isEditable(aItemIndex, aColumnID) { }, + + getImageSource: function BMOLBuilderObserver_getImageSource(aItemIndex, aColumnID) + { + }, onSetCellText: function BMOLBuilderObserver_onSetCellText(aItemIndex, aColumnID, aValue) {