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 !
Tweak launcher declaration to match the updated spec
tekkub (author)
Sat Jul 19 19:15:34 -0700 2008
commit  10aa7d16e5d54dd38277f3445e6023e51383dbfe
tree    9772954ae2eda914baa9bd757a91e24e10a6d81c
parent  002c7295bcceae4ff951e20cd9baf87bf036d817
...
91
92
93
94
 
95
96
97
...
91
92
93
 
94
95
96
97
0
@@ -91,7 +91,7 @@ addbutton:SetScript("OnClick", function(self) InterfaceOptionsFrame_OpenToFrame(
0
 ----------------------------------------
0
 
0
 LibStub:GetLibrary("LibDataBroker-1.1"):NewDataObject("StealYourCarbon", {
0
- launcher = true,
0
+ type = "launcher",
0
   icon = "Interface\\Icons\\INV_Misc_Gem_Diamond_01",
0
   OnClick = function() InterfaceOptionsFrame_OpenToFrame(StealYourCarbon.configframe) end,
0
 })

Comments

    No one has commented yet.