diff Options.lua @ 213:8ba8ab8bf6dd

Demodularize LBF
author Flick <flickerstreak@gmail.com>
date Thu, 18 Nov 2010 20:07:48 -0800
parents 97949dbe987f
children 741c4f9b251e
line wrap: on
line diff
--- a/Options.lua	Thu Nov 18 13:12:16 2010 -0800
+++ b/Options.lua	Thu Nov 18 20:07:48 2010 -0800
@@ -154,6 +154,7 @@
 
 
 function ReAction:OnProfileChanged()
+  self:UpgradeProfile()
   self:RebuildAll()
   if not self.db.global.skipKeybindWarning then
     StaticPopup_Show("REACTION_KB_WARN")