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:
@@ -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) {}
|
||||
|
||||
Reference in New Issue
Block a user