public
Description: WoW Addon - Food/water macro generator
Homepage: http://www.tekkub.net
Clone URL: git://github.com/tekkub/buffet.git
Click here to lend your support to: buffet and make a donation at www.pledgie.com !
Add LDB quicklaunch button
tekkub (author)
Sun Jul 06 19:19:02 -0700 2008
commit  c94327481ef15235a64071ebbcc92fa77dc52195
tree    27bc562b43be2f8143c1c5ac751b8b7453c8fa54
parent  795abde599956cf78957338ec79c63df7dcef627
...
17
18
19
 
 
20
21
22
...
17
18
19
20
21
22
23
24
0
@@ -17,6 +17,8 @@ tekIDmemo.lua
0
 tekKonfigAboutPanel.lua
0
 tekKonfigHeading.lua
0
 tekKonfigButton.lua
0
+CallbackHandler-1.0.lua
0
+LibDataBroker-1.1\LibDataBroker-1.1.lua
0
 
0
 Buffet.lua
0
 Config.lua
...
109
110
111
 
 
 
 
 
 
 
 
 
 
 
...
109
110
111
112
113
114
115
116
117
118
119
120
121
122
0
@@ -109,3 +109,14 @@ end)
0
 InterfaceOptions_AddCategory(frame)
0
 
0
 LibStub("tekKonfig-AboutPanel").new("Buffet", "Buffet")
0
+
0
+
0
+----------------------------------------
0
+-- Quicklaunch registration --
0
+----------------------------------------
0
+
0
+LibStub:GetLibrary("LibDataBroker-1.1"):NewDataObject("Buffet", {
0
+ launcher = true,
0
+ icon = "Interface\\Icons\\INV_Misc_Food_DimSum",
0
+ OnClick = function() InterfaceOptionsFrame_OpenToFrame(frame) end,
0
+})

Comments

    No one has commented yet.