Followup for bug 945753 - fix copy-paste mistake in making Australis set currentset correctly, rs=trivial

--HG--
extra : rebase_source : ce45fd2a89a7060c5f87a7f53cd84ae5d81643bd
This commit is contained in:
Gijs Kruitbosch 2013-12-03 18:40:28 +01:00
Родитель ecc686864d
Коммит eaf7d78464
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -866,7 +866,7 @@ let CustomizableUIInternal = {
this.insertWidgetBefore(widgetNode, nextNode, insertionContainer, areaId);
if (gAreas.get(areaId).get("type") == CustomizableUI.TYPE_TOOLBAR) {
areaNode.setAttribute("currentset", gPlacements.get(areaId).join(','));
aAreaNode.setAttribute("currentset", gPlacements.get(areaId).join(','));
}
},