From 796015e7bfc154963cadca837cce87a8c426b105 Mon Sep 17 00:00:00 2001 From: Trevor Cooper Date: Sat, 30 Jun 2012 03:23:58 -0500 Subject: [PATCH] Missed some --- ElvUI_SLE/config/dpe_global.lua | 33 --------------------------------- ElvUI_SLE/layout/layout.lua | 4 ++-- 2 files changed, 2 insertions(+), 35 deletions(-) delete mode 100644 ElvUI_SLE/config/dpe_global.lua diff --git a/ElvUI_SLE/config/dpe_global.lua b/ElvUI_SLE/config/dpe_global.lua deleted file mode 100644 index b9a1d99..0000000 --- a/ElvUI_SLE/config/dpe_global.lua +++ /dev/null @@ -1,33 +0,0 @@ -local E, L, V, P, G = unpack(ElvUI); --Inport: Engine, Locales, ProfileDB, GlobalDB - -V['namelist'] = {}; -V['channellist'] = {}; - -V['channelcheck'] = { - ['say'] = false, - ['yell'] = false, - ['party'] = true, - ['raid'] = true, - ['battleground'] = false, - ['guild'] = true, - ['officer'] = false, - ['general'] = false, - ['trade'] = false, - ['defense'] = false, - ['lfg'] = false, - ['time'] = 3, -} - -V['dpe'] = { - --Auras Frame - ['auras'] = { - ['size'] = 30, - }, - - --Skada Backdrop - ['skadaback'] = true, - - ['dbm'] = { - ['size'] = 10, - }, -} \ No newline at end of file diff --git a/ElvUI_SLE/layout/layout.lua b/ElvUI_SLE/layout/layout.lua index 2b3f327..10d58de 100644 --- a/ElvUI_SLE/layout/layout.lua +++ b/ElvUI_SLE/layout/layout.lua @@ -61,9 +61,9 @@ function LO:ToggleChatPanels() end end -LO.CreateChatPanelsDPE = LO.CreateChatPanels +LO.CreateChatPanelsSLE = LO.CreateChatPanels function LO:CreateChatPanels() - LO.CreateChatPanelsDPE(self) + LO.CreateChatPanelsSLE(self) --Left Chat LeftChatPanel:Point('BOTTOMLEFT', E.UIParent, 0, 21) -- 1.7.9.5