WoWInterface SVN NeedyGreedy

Compare Revisions

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

Rev 28 → Rev 29

NeedyGreedy.lua
850,12 → 850,6
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)