WoWInterface SVN mikma

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /Post-it
    from Rev 657 to Rev 661
    Reverse comparison

Rev 657 → Rev 661

Post-it.lua
1,5 → 1,7
local addonName, addon = ...
 
if not PostitDB then PostitDB = {} end
 
Postit = {}
local sources = Postit
local origs = {}
23,7 → 25,6
local name, link = frame:GetItem()
if link then
local id = tonumber(link:match("item:(%d+):"))
if not PostitDB then PostitDB = {} end
if PostitDB[id] then AddLines(frame, string.split("`", PostitDB[id])) end
end
if origs[frame] then return origs[frame](frame, ...) end
Post-it.toc
3,7 → 3,7
## Notes: Addon to write notes into items.
## Author: Mikma
## SavedVariables: PostitDB
## Version: 0.1
## Version: 0.2
## X-Website: http://mikma.eu/wow
## X-Email: mikko.majuri@gmail.com