public
Description: WoW Addon - Crowd control assistance
Homepage: http://www.tekkub.net
Clone URL: git://github.com/tekkub/controlfreak.git
Click here to lend your support to: controlfreak and make a donation at www.pledgie.com !
Add LDB quicklaunch button
tekkub (author)
Sun Jul 06 19:18:12 -0700 2008
commit  bf423996fdc2a014e4b9344f962f717a67b21322
tree    692301ee777ec9fc413d5677a548a3c20cd8395c
parent  e20c78af0c31a7060e3c748fb7e20ee9df94c7e5
...
103
104
105
 
 
 
 
 
 
 
 
 
 
 
...
103
104
105
106
107
108
109
110
111
112
113
114
115
116
0
@@ -103,3 +103,14 @@ LibStub("tekKonfig-AboutPanel").new("Control Freak", "ControlFreak")
0
 
0
 SLASH_CONTROLFREAK1 = "/freak"
0
 SlashCmdList.CONTROLFREAK = function() InterfaceOptionsFrame_OpenToFrame(frame) end
0
+
0
+
0
+----------------------------------------
0
+-- Quicklaunch registration --
0
+----------------------------------------
0
+
0
+LibStub:GetLibrary("LibDataBroker-1.1"):NewDataObject("ControlFreak", {
0
+ launcher = true,
0
+ icon = "Interface\\AddOns\\ControlFreak\\icon",
0
+ OnClick = function() InterfaceOptionsFrame_OpenToFrame(frame) end,
0
+})
...
20
21
22
 
 
 
23
24
25
...
20
21
22
23
24
25
26
27
28
0
@@ -20,6 +20,9 @@ Dongle.lua
0
 
0
 tekKonfig\tekKonfig.xml
0
 
0
+CallbackHandler-1.0.lua
0
+LibDataBroker-1.1\LibDataBroker-1.1.lua
0
+
0
 WidgetWarlock\WidgetWarlock.xml
0
 
0
 Locale.lua

Comments

    No one has commented yet.