Mercurial > wow > reaction
comparison KeybindDialog.xml @ 14:e27e4204bf5e
Removed unused KeybindDialog OnHide handler
| author | Flick <flickerstreak@gmail.com> |
|---|---|
| date | Thu, 22 Mar 2007 21:02:57 +0000 |
| parents | f3a7bfebc283 |
| children |
comparison
equal
deleted
inserted
replaced
| 13:2b2dd11e5cc2 | 14:e27e4204bf5e |
|---|---|
| 100 </Frames> | 100 </Frames> |
| 101 <Scripts> | 101 <Scripts> |
| 102 <OnLoad> | 102 <OnLoad> |
| 103 table.insert(UISpecialFrames, this:GetName()) | 103 table.insert(UISpecialFrames, this:GetName()) |
| 104 </OnLoad> | 104 </OnLoad> |
| 105 <OnHide> | |
| 106 ReActionAddOn:SetKeybindMode(false) | |
| 107 if this.save then | |
| 108 this.save = false | |
| 109 SaveBindings(GetCurrentBindingSet()) | |
| 110 else | |
| 111 LoadBindings(GetCurrentBindingSet()) | |
| 112 end | |
| 113 </OnHide> | |
| 114 </Scripts> | 105 </Scripts> |
| 115 </Frame> | 106 </Frame> |
| 116 | 107 |
| 117 </Ui> | 108 </Ui> |
