WoWInterface SVN NeedyGreedy

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 29 to Rev 28
    Reverse comparison

Rev 29 → Rev 28

NeedyGreedy.lua
850,6 → 850,12
self.dbTooltip:AddColumn("LEFT")
end
 
-- Add two columns for left and right buttons if detached
if self.db.profile.dbTooltip then
self.dbTooltip:AddColumn("RIGHT")
self.dbTooltip:AddColumn("LEFT")
end
 
-- Fill in the info
self:PopulateReportTooltip(self.dbTooltip)