Quantcast

Update to reflect changes in oUF BarFader

p3lim-52096 [11-10-08 - 19:37]
Update to reflect changes in oUF BarFader

git-svn-id: svn://svn.wowinterface.com/oUF_P3lim-52/trunk@41 8c7459ed-49dc-4bc8-85d7-b6381a8f5413
Filename
oUF_P3lim/oUF_P3lim.lua
diff --git a/oUF_P3lim/oUF_P3lim.lua b/oUF_P3lim/oUF_P3lim.lua
index ce42214..fde3b86 100644
--- a/oUF_P3lim/oUF_P3lim.lua
+++ b/oUF_P3lim/oUF_P3lim.lua
@@ -187,7 +187,7 @@ local function CreateStyle(self, unit)
 		self.Power.Text = self.Power:CreateFontString(nil, 'OVERLAY', 'GameFontHighlightSmall')
 		self.Power.Text:SetPoint('LEFT', self.Health, 2, -1)

-		self.barFade = true
+		self.BarFade = true

 		if(IsAddOnLoaded('oUF_Experience')) then
 			self.Experience = CreateFrame('StatusBar', nil, self)