From 7ef6d65aca0a32745468dbff7b7d22b40483cc17 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Fri, 18 Jun 2010 06:08:42 -0400 Subject: [PATCH] I broke the tabs. Now, I fix the tabs. --- Frame.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frame.lua b/Frame.lua index 4e351c5..d4f8968 100644 --- a/Frame.lua +++ b/Frame.lua @@ -1120,6 +1120,7 @@ do tab:ToBack() end end + addon.db.profile.current_tab = id_num -- If the MainPanel doesn't already have a current_tab, do not call ListFrame:Update() - -- at this point, it's the first time the panel has been shown so the update will fire twice. @@ -1127,7 +1128,6 @@ do ListFrame:Update(nil, false) end MainPanel.current_tab = id_num - addon.db.profile.current_tab = id_num PlaySound("igCharacterInfoTab") end -- 1.7.9.5