comparison Options.lua @ 213:8ba8ab8bf6dd

Demodularize LBF
author Flick <flickerstreak@gmail.com>
date Thu, 18 Nov 2010 20:07:48 -0800
parents 97949dbe987f
children 741c4f9b251e
comparison
equal deleted inserted replaced
212:e275a8663a16 213:8ba8ab8bf6dd
152 InterfaceOptionsFrame_OpenToCategory(configID) 152 InterfaceOptionsFrame_OpenToCategory(configID)
153 end 153 end
154 154
155 155
156 function ReAction:OnProfileChanged() 156 function ReAction:OnProfileChanged()
157 self:UpgradeProfile()
157 self:RebuildAll() 158 self:RebuildAll()
158 if not self.db.global.skipKeybindWarning then 159 if not self.db.global.skipKeybindWarning then
159 StaticPopup_Show("REACTION_KB_WARN") 160 StaticPopup_Show("REACTION_KB_WARN")
160 end 161 end
161 end 162 end