Bug 102153. Javascript strict warnings in pref-contentpacks.xul. Patch by Stephen Walker <walk84@yahoo.com> r=stephend/sr=alecf

git-svn-id: svn://10.0.0.236/trunk@193867 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
stephend%netscape.com
2006-04-08 00:57:30 +00:00
parent 99be57f7f1
commit eff3811fe4

View File

@@ -64,10 +64,10 @@
if (tree) {
var selectedItem = tree.selectedItems.length ? tree.selectedItems[0] : null;
if (selectedItem) {
var newContentPack = selectedItem.firstChild.firstChild.getAttribute("value");
newContentPack = selectedItem.firstChild.firstChild.getAttribute("value");
}
} else {
var newContentPack = parent.hPrefWindow.wsm.dataManager.getItemData( "chrome://communicator/content/pref/pref-content.xul", "contentPackTree" ).prefvalue;
newContentPack = parent.hPrefWindow.wsm.dataManager.getItemData( "chrome://communicator/content/pref/pref-content.xul", "contentPackTree" ).prefvalue;
}
}
catch (e) {}