Bug 114321. hreflang handling broken in site navigation bar (links toolbar). Patch by Boris Zbarsky <bzbarsky@mit.edu> r=tim, sr=jag

This commit is contained in:
stephend%netscape.com 2006-09-14 06:00:28 +00:00
parent 3faf158123
commit 16a1220140

View File

@ -74,7 +74,7 @@ LanguageDictionary.createDictionary = function()
var property = e.getNext();
property = property.QueryInterface(
Components.interfaces.nsIPropertyElement);
dictionary[property.getKey()] = property.getValue();
dictionary[property.key] = property.value;
}
return dictionary;