Mercurial > wow > reaction
diff ReAction.lua @ 95:168cae4aa8bd
Fixes:
- brute-force fix for invalid snippets
- copying profile data now results in immediate changes
- fixed keybinding tooltip display for pet bar simple actions
Also did a little condensing of the state driver rule string generation
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Wed, 22 Oct 2008 21:39:07 +0000 |
parents | 5f1d7a81317c |
children | 3699d7dad312 |
line wrap: on
line diff
--- a/ReAction.lua Fri Oct 17 23:46:30 2008 +0000 +++ b/ReAction.lua Wed Oct 22 21:39:07 2008 +0000 @@ -245,7 +245,8 @@ -- initial profile is character-specific ) self.db.RegisterCallback(self,"OnProfileChanged") - self.db.RegisterCallback(self,"OnProfileReset","OnProfileChanged") + self.db.RegisterCallback(self,"OnProfileReset", "OnProfileChanged") + self.db.RegisterCallback(self,"OnProfileCopied","OnProfileChanged") KB.RegisterCallback(self,"LIBKEYBOUND_ENABLED") KB.RegisterCallback(self,"LIBKEYBOUND_DISABLED")