public
Description: WoW Addon - Automatically restock items from vendors and your bank
Homepage: http://www.tekkub.net
Clone URL: git://github.com/tekkub/stealyourcarbon.git
Click here to lend your support to: stealyourcarbon and make a donation at www.pledgie.com !
Add LDB quicklaunch button
tekkub (author)
Sun Jul 06 23:29:08 -0700 2008
commit  db11db2da7148988536c6ad3cf524f881d4e4b4b
tree    867dc35a8ec0f440e60228df52580c66f1bb9cec
parent  cff36ee20f14f007079fb2df75edc41351fe4bf7
...
86
87
88
 
 
 
 
 
 
 
 
 
 
 
89
90
91
...
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
0
@@ -86,6 +86,17 @@ addbutton:SetText("SYC")
0
 addbutton:SetScript("OnClick", function(self) InterfaceOptionsFrame_OpenToFrame(StealYourCarbon.configframe) end)
0
 
0
 
0
+----------------------------------------
0
+-- Quicklaunch registration --
0
+----------------------------------------
0
+
0
+LibStub:GetLibrary("LibDataBroker-1.1"):NewDataObject("StealYourCarbon", {
0
+ launcher = true,
0
+ icon = "Interface\\Icons\\Spell_Nature_StormReach",
0
+ OnClick = function() InterfaceOptionsFrame_OpenToFrame(StealYourCarbon.configframe) end,
0
+})
0
+
0
+
0
 ----------------------
0
 -- Events --
0
 ----------------------
...
16
17
18
 
 
19
20
21
...
16
17
18
19
20
21
22
23
0
@@ -16,6 +16,8 @@
0
 ## X-LoadOn-Bank: true
0
 
0
 tekKonfig\tekKonfig.xml
0
+CallbackHandler-1.0.lua
0
+LibDataBroker-1.1\LibDataBroker-1.1.lua
0
 
0
 StealYourCarbon.lua
0
 Config.lua

Comments

    No one has commented yet.