From ee69e9597421571ed2c7de0ecdad013d718849df Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Tue, 26 Jul 2011 00:03:20 -0500 Subject: [PATCH] Grab some globals from the unvalued _G. --- Interface/Tabs.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Interface/Tabs.lua b/Interface/Tabs.lua index 9475a43..8ada3af 100644 --- a/Interface/Tabs.lua +++ b/Interface/Tabs.lua @@ -90,7 +90,7 @@ function private.InitializeTabs() MainPanel.current_tab = id_num ListFrame:Update(nil, false) - PlaySound("igCharacterInfoTab") + _G.PlaySound("igCharacterInfoTab") end -- Expands or collapses a list entry in the current active tab. @@ -111,7 +111,7 @@ function private.InitializeTabs() end local function CreateTab(id_num, text, ...) - local tab = CreateFrame("Button", nil, MainPanel) + local tab = _G.CreateFrame("Button", nil, MainPanel) tab:SetID(id_num) tab:SetHeight(32) -- 1.7.9.5