Mercurial > wow > reaction
comparison modules/ReAction_HideBlizzard/ReAction_HideBlizzard.lua @ 41:093557364426
fixed hideblizzard syntax error (whoops)
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Thu, 03 Apr 2008 21:32:12 +0000 |
parents | 2d1f35b1a873 |
children | dc898780fea8 |
comparison
equal
deleted
inserted
replaced
40:2d1f35b1a873 | 41:093557364426 |
---|---|
47 }) | 47 }) |
48 | 48 |
49 -- reroute blizzard action bar config to ReAction config window | 49 -- reroute blizzard action bar config to ReAction config window |
50 InterfaceOptionsActionBarsPanel:HookScript("OnShow", | 50 InterfaceOptionsActionBarsPanel:HookScript("OnShow", |
51 function() | 51 function() |
52 if module:IsEnabled and module:IsHidden() then | 52 if module:IsEnabled() and module:IsHidden() then |
53 ReAction:ShowConfig() | 53 ReAction:ShowConfig() |
54 end | 54 end |
55 end ) | 55 end ) |
56 end | 56 end |
57 | 57 |