WoWInterface SVN kRestack

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 16 to Rev 17
    Reverse comparison

Rev 16 → Rev 17

kRestack/kRestack.lua
25,7 → 25,7
local drop = CreateFrame("frame", "kRestack", nil, "UIDropDownMenuTemplate")
LibStub:GetLibrary("LibDataBroker-1.1"):NewDataObject("kRestack", {
type = "data source",
text = "kRestack",
label = "kRestack",
icon = "Interface\\Icons\\INV_Crate_09",
OnClick = function(self, button)
if button == "RightButton" then
kRestack/changelog.txt
1,3 → 1,6
1.0.3 -- 2009-05-22
- Added missing label text for LDB plugin.
 
1.0.2 -- 2009-05-22
- Added support for Data Broker. Left-click stacks bags, right-click opens menu.