From 11f3d62d8a2c98cd2465fa62561792dbfe5e6d20 Mon Sep 17 00:00:00 2001 From: "ben%netscape.com" Date: Sat, 7 Apr 2001 12:06:42 +0000 Subject: [PATCH] another small update to test file. not part of build. git-svn-id: svn://10.0.0.236/trunk@91652 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpfe/components/bookmarks/resources/oTest.xul | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpfe/components/bookmarks/resources/oTest.xul b/mozilla/xpfe/components/bookmarks/resources/oTest.xul index d4c6a300b66..5c69aea476e 100644 --- a/mozilla/xpfe/components/bookmarks/resources/oTest.xul +++ b/mozilla/xpfe/components/bookmarks/resources/oTest.xul @@ -70,7 +70,7 @@ var y = { }; var w = { }; var h = { }; - obo.getCoordsForCellItem(row.value, col.value, "text", x, y, w, h); + obo.getCoordsForCellItem(row.value, col.value, elt.value, x, y, w, h); dump("*** (x,y) = (" + x.value + "," + y.value + "); (w,h) = (" + w.value + "," + h.value + ");\n"); } ]]>