WoWInterface SVN PhanxConfigWidgets

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/PhanxConfig-OptionsPanel
    from Rev 153 to Rev 158
    Reverse comparison

Rev 153 → Rev 158

PhanxConfig-OptionsPanel.lua
22,7 → 22,7
local button = _G["InterfaceOptionsFrameAddOnsButton"..i]
if not button then break end
local element = button.element
if element.name == target then
if element and element.name == target then
if element.hasChildren and element.collapsed then
_G["InterfaceOptionsFrameAddOnsButton"..i.."Toggle"]:Click()
end