actually apply settings when the addon loads

This commit is contained in:
Hendrik Leppkes
2007-12-09 09:56:23 +00:00
parent 80348a88b3
commit de8edf73ba
4 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
Action Button Template
]]
--[[ $Id: Bar.lua 56326 2007-11-30 15:11:00Z nevcairiel $ ]]
--[[ $Id$ ]]
local Button = CreateFrame("CheckButton")
local Button_MT = {__index = Button}