typo correction

This commit is contained in:
chanial%noos.fr 2002-10-05 20:53:22 +00:00
parent e6e4343f43
commit ec13b522f7

View File

@ -664,7 +664,7 @@ dump("ONSELECTION CHANGED\n")
},
getImageSource: function(aItemIndex, aColumnID) {
if (aColumnId == "Name") {
if (aColumnID == "Name") {
var resource = this.mOuter.getRowResource(aItemIndex);
return BookmarksUtils.getProperty(resource, NC_NS+"Icon", this.mOuter.db);
}