comparison classes/ActionButton.lua @ 231:158c9299185b

Fix button type config lookup
author Flick
date Tue, 22 Mar 2011 11:35:04 -0700
parents c4b134512c50
children 0e20f65375d5
comparison
equal deleted inserted replaced
230:98114c158e62 231:158c9299185b
182 btnColumns = 12, 182 btnColumns = 12,
183 spacing = 3, 183 spacing = 3,
184 buttons = { }, 184 buttons = { },
185 }, 185 },
186 186
187 barType = L["Action Bar"] 187 barType = L["Action Bar"],
188 buttonTypeID = buttonTypeID
188 }, 189 },
189 { __index = Super } ) 190 { __index = Super } )
190 191
191 ReAction.Button.Action = Action 192 ReAction.Button.Action = Action
192 ReAction:RegisterBarType(Action, true) 193 ReAction:RegisterBarType(Action, true)