public
Description: WoW Powerleveling addon
Homepage: http://www.tekkub.net/
Clone URL: git://github.com/tekkub/tourguide.git
Click here to lend your support to: tourguide and make a donation at www.pledgie.com !
Tweak launcher to new spec
tekkub (author)
Sun Jul 20 15:30:57 -0700 2008
commit  90c6fc276ce7d2284b25228dc39f88f5c572047b
tree    fab358c313974eb4e388aff3e93b10c90258ae79
parent  9509c674dead0063e3807d371ba061a8cfc2ac8d
...
67
68
69
70
71
72
73
 
74
...
67
68
69
 
 
 
 
70
71
0
@@ -67,8 +67,5 @@ InterfaceOptions_AddCategory(frame)
0
 ----------------------------
0
 
0
 local ldb = LibStub:GetLibrary("LibDataBroker-1.1")
0
-local dataobj = ldb:GetDataObjectByName("TourGuideLauncher") or ldb:NewDataObject("TourGuideLauncher")
0
-dataobj.launcher = true
0
-dataobj.tocname = "TourGuide"
0
-dataobj.icon = "Interface\\Icons\\Ability_Hunter_Pathfinding"
0
+local dataobj = ldb:GetDataObjectByName("TourGuideLauncher") or ldb:NewDataObject("TourGuideLauncher", {type = "launcher", icon = "Interface\\Icons\\Ability_Hunter_Pathfinding", tocname = "TourGuide"})
0
 dataobj.OnClick = function() InterfaceOptionsFrame_OpenToFrame(frame) end

Comments

    No one has commented yet.