<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -127,6 +127,10 @@ local Health_Update = function(self, event, unit, bar, current, max)
 	-- Hopefully this fixes everything ...
 	local incHeal = self.incHeal
 	if incHeal &gt; 0 then
+		if max == current then
+			self.heal:Hide()
+			return
+		end
 		local size = height * per
 		local incSize = ((self.healMod or 1 * incHeal) / max) * height
 
@@ -136,6 +140,7 @@ local Health_Update = function(self, event, unit, bar, current, max)
 
 		self.heal:SetHeight(incSize)
 		self.heal:SetPoint(&quot;BOTTOM&quot;, self, &quot;BOTTOM&quot;, 0, size)
+		self.heal:Show()
 	end
 end
 </diff>
      <filename>core.lua</filename>
    </modified>
    <modified>
      <diff>@@ -77,7 +77,7 @@ do
 			[&quot;Disease&quot;] = true,
 		},
 		[&quot;SHAMAN&quot;] = {
-			[&quot;Poision&quot;] = true,
+			[&quot;Poison&quot;] = true,
 			[&quot;Disease&quot;] = true,
 		},
 		[&quot;PALADIN&quot;] = {
@@ -251,15 +251,9 @@ if libheal then
 
 		local frame = oUF.units[unit]
 
-		if not frame.heal then
-			local heal = frame.Health:CreateTexture(nil, &quot;OVERLAY&quot;)
-			heal:SetHeight(height)
-			heal:SetWidth(width)
-			heal:SetPoint(&quot;BOTTOM&quot;, frame.Health)
-			heal:SetTexture([[Interface\AddOns\oUF_Grid\media\gradient32x32.tga]])
-			heal:SetVertexColor(0, 1, 0)
-			heal:Hide()
-			frame.heal = heal
+		local max, current = UnitHealth(unit), UnitHealthMax(unit)
+		if current == max then
+			return frame.heal:Hide()
 		end
 
 		local incSize, incHeal, healMod = self:GetIncSize(unit, name)</diff>
      <filename>events.lua</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4e49671aeebd92270b7855a393462305a7f42e56</id>
    </parent>
  </parents>
  <author>
    <name>Zariel</name>
    <email>c.bannister@gmail.com</email>
  </author>
  <url>http://github.com/Zariel/ouf_grid/commit/8e94421be43a980e7720714b8e8300c5b1605010</url>
  <id>8e94421be43a980e7720714b8e8300c5b1605010</id>
  <committed-date>2009-07-02T05:42:03-07:00</committed-date>
  <authored-date>2009-07-02T05:42:03-07:00</authored-date>
  <message>Fix full health update</message>
  <tree>a0f91499d5e73529726de25026a7967d71415b2c</tree>
  <committer>
    <name>Zariel</name>
    <email>c.bannister@gmail.com</email>
  </committer>
</commit>
