From 970622bd25b2c32152035cfee17d0ff2af11f061 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Sat, 30 Jun 2012 11:42:44 +0400 Subject: [PATCH] Change function name Will need to do the same for other similar functions --- ElvUI_SLE/ElvUI_SLE.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ElvUI_SLE/ElvUI_SLE.lua b/ElvUI_SLE/ElvUI_SLE.lua index 4e027bb..df0dbda 100644 --- a/ElvUI_SLE/ElvUI_SLE.lua +++ b/ElvUI_SLE/ElvUI_SLE.lua @@ -19,9 +19,9 @@ function DPE:UpdateThings() E:GetModule('UnitFrames'):Update_CombatIndicator() end -E.UpdateAllDPE = E.UpdateAll +E.UpdateAllSLE = E.UpdateAll function E:UpdateAll() - E.UpdateAllDPE(self) + E.UpdateAllSLE(self) E:GetModule('DTPanels'):Update() E:GetModule('UnitFrames'):Update_CombatIndicator() E:GetModule('UIButtons'):Start() -- 1.7.9.5