Change function name
Darthpred [06-30-12 - 07:42]
Change function name
Will need to do the same for other similar functions
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()