Skip to content

Commit 4029010

Browse files
committed
Add 11.0 compatibility.
1 parent 81126bd commit 4029010

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Diff for: .pkgmeta

+1
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ externals:
1414
Libs/AceEvent-3.0: https://repos.wowace.com/wow/ace3/trunk/AceEvent-3.0
1515
Libs/AceTimer-3.0: https://repos.wowace.com/wow/ace3/trunk/AceTimer-3.0
1616
Libs/LibDataBroker-1.1: https://github.com/tekkub/libdatabroker-1-1.git
17+
Libs/LibMagicUtil-1.0: https://github.com/neotron/WoW-libMagicUtil.git

Diff for: ButtonBin.lua

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Some code from Fortress was used in this addon with permission from the
77
author Borlox.
88
**********************************************************************
99
]]
10-
ButtonBin = LibStub("AceAddon-3.0"):NewAddon("ButtonBin", "AceConsole-3.0", "AceEvent-3.0", "AceTimer-3.0" )
10+
ButtonBin = LibStub("AceAddon-3.0"):NewAddon("ButtonBin", "AceConsole-3.0", "AceEvent-3.0", "AceTimer-3.0", "LibMagicUtil-1.0")
1111

1212
local LibStub = LibStub
1313
local LDB = LibStub:GetLibrary("LibDataBroker-1.1")
@@ -1883,8 +1883,8 @@ function mod:SetupOptions()
18831883
end
18841884

18851885
function mod:ToggleConfigDialog(frame)
1886-
InterfaceOptionsFrame_OpenToCategory(mod.profile)
1887-
InterfaceOptionsFrame_OpenToCategory(mod.main)
1886+
mod:InterfaceOptionsFrame_OpenToCategory(mod.profile)
1887+
mod:InterfaceOptionsFrame_OpenToCategory(mod.main)
18881888
end
18891889

18901890
function mod:ToggleCollapsed(frame)

Diff for: ButtonBin.toc

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Libs\LibSharedMedia-3.0\lib.xml
3434
Libs\AceGUI-3.0-SharedMediaWidgets\widget.xml
3535
LibsForked\LibJostle-3.0\LibJostle-3.0.lua
3636
Libs\LibDataBroker-1.1\LibDataBroker-1.1.lua
37+
Libs\LibMagicUtil-1.0\LibMagicUtil-1.0\lib.xml
3738
#@end-no-lib-strip@
3839

3940
ButtonBin.lua

0 commit comments

Comments
 (0)