From f7194c7803e2f5ae349318d7d2678d41c20f0d24 Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Tue, 16 Apr 2002 07:18:00 +0000 Subject: [PATCH] fix for #137697. about:config generates xpconnect errors because getImageSrc is not defined. r/sr=bienvenu --- xpfe/global/resources/content/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/xpfe/global/resources/content/config.js b/xpfe/global/resources/content/config.js index 4c8feba3adb5..1570f0b00768 100644 --- a/xpfe/global/resources/content/config.js +++ b/xpfe/global/resources/content/config.js @@ -85,6 +85,7 @@ var view = ({ getParentIndex: function(rowIndex) { return -1 }, hasNextSibling: function(rowIndex, afterIndex) { return false }, getLevel: function(index) { return 1}, + getImageSrc: function(row, colID) { return ""}, toggleOpenState : function(index) {}, cycleHeader: function(colID, elt) {}, selectionChanged : function() {},