Bug 387383 - unable to specify aActionList in AddonsViewBuilder updateView. r=sspitzer

This commit is contained in:
rob_strong@exchangecode.com 2007-07-09 11:54:16 -07:00
Родитель 92bd911f4f
Коммит e9dd163e0e
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -151,8 +151,7 @@ var AddonsViewBuilder = {
updateView: function(aRulesList, aURI, aBindingList, aActionList)
{
this._bindingList = aBindingList;
if (!aActionList)
this._actionList = aBindingList;
this._actionList = aActionList ? aActionList : aBindingList;
this.clearChildren(gExtensionsView);
var template = document.createElementNS(kXULNSURI, "template");