From fe887a9dc7a8d41eddfa87870aeecb67222c6432 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Sat, 23 Dec 2006 20:59:21 +0000 Subject: [PATCH] * Changed default mode to advanced * Fixed an iteration bug --- PerfectRaid.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PerfectRaid.lua b/PerfectRaid.lua index 7db6f3c..9cb768b 100644 --- a/PerfectRaid.lua +++ b/PerfectRaid.lua @@ -1,4 +1,4 @@ - --[[------------------------------------------------------------------------- +--[[------------------------------------------------------------------------- Copyright (c) 2006, Jim Whitehead II All rights reserved. @@ -47,7 +47,7 @@ function PerfectRaid:Initialize() voffset = 15, titles = true, }, - mode = "double", + mode = "advanced", }, } @@ -555,7 +555,7 @@ function PerfectRaid:ShowHideTitles() end if self.headers then - for i,frame in pairs(self.column) do + for i,frame in pairs(self.headers) do local active for i=1,frame:GetNumChildren() do local button = frame:GetAttribute("Child"..i) -- 1.7.9.5