From 867761168db1505700b7339febd4f99ad66040fa Mon Sep 17 00:00:00 2001 From: Darthpred Date: Thu, 5 Jul 2012 18:03:27 +0400 Subject: [PATCH] Fix for datatext not switching on prifile changing --- ElvUI_SLE/ElvUI_SLE.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/ElvUI_SLE/ElvUI_SLE.lua b/ElvUI_SLE/ElvUI_SLE.lua index 309f4f2..c50e0be 100644 --- a/ElvUI_SLE/ElvUI_SLE.lua +++ b/ElvUI_SLE/ElvUI_SLE.lua @@ -39,6 +39,7 @@ function E:UpdateAll() E:GetModule('UnitFrames'):Update_CombatIndicator() E:GetModule('UIButtons'):Start() E.db.datatexts.panels.Top_Center = 'Version' + E:GetModule('DataTexts'):LoadDataTexts() --Prevents datatexts from not changing on profile switch (Elv's issue) end E:RegisterModule(SLE:GetName()) \ No newline at end of file -- 1.7.9.5