From 38d3b17ec24f860c0e3b4b7c86951a08f9736b39 Mon Sep 17 00:00:00 2001 From: shefki Date: Thu, 25 Mar 2010 01:00:30 +0000 Subject: [PATCH] Fix an error when changing the color of a CustomCD Bar. --- modules/CustomCDBar.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/CustomCDBar.lua b/modules/CustomCDBar.lua index 5f3cda0..f462d61 100644 --- a/modules/CustomCDBar.lua +++ b/modules/CustomCDBar.lua @@ -137,7 +137,7 @@ function IceCustomCDBar.prototype:GetOptions() self.moduleSettings.barColor.r = r self.moduleSettings.barColor.g = g self.moduleSettings.barColor.b = b - self.barFrame:SetStatusBarColor(self:GetBarColor()) + self.barFrame.bar:SetVertexColor(self:GetBarColor()) end, disabled = function() return not self.moduleSettings.enabled