Skip to content

Commit

Permalink
LDB data source
Browse files Browse the repository at this point in the history
  • Loading branch information
tekkub committed Dec 8, 2008
1 parent e99c078 commit 0846f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picoFPS.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ end
-------------------------------------------

local f = CreateFrame("frame")
local dataobj = LibStub:GetLibrary("LibDataBroker-1.1"):NewDataObject("picoFPS", {text = "75.0 FPS", OnClick = function() collectgarbage("collect") end})
local dataobj = LibStub:GetLibrary("LibDataBroker-1.1"):NewDataObject("picoFPS", {type = "data source", text = "75.0 FPS", OnClick = function() collectgarbage("collect") end})
local about = LibStub("tekKonfig-AboutPanel").new(nil, "picoFPS")


Expand Down

0 comments on commit 0846f1c

Please sign in to comment.