<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -114,7 +114,7 @@ if libheal then
 	local roster = libheal:GetGuidUnitMapTable()
 
 	function heals:HealComm_HealStopped(event, casterGUID, spellID, type, interuptted, ...)
-		self:HealComm_DirectHealStart(nil, nil, nil, nil, nil, ...)
+		self:HealComm_HealStarted(nil, nil, nil, nil, nil, ...)
 	end
 
 	function heals:HealComm_ModifierChanged(event, guid)
@@ -122,7 +122,7 @@ if libheal then
 	end
 
 	function heals:HealComm_HealDelayed(event, healerName, healSize, endTime, ...)
-		self:HealComm_DirectHealStart(event, healerName, healSize, endTime, ...)
+		self:HealComm_HealStarted(event, healerName, healSize, endTime, ...)
 	end
 
 	heals.HealComm_HealUpdated = heals.HealComm_HealDelayed
@@ -139,7 +139,7 @@ if libheal then
 
 		if incHeal then
 			max = UnitHealthMax(unit)
-			mod = libheal:GetHealModifierGet(guid)
+			mod = libheal:GetHealModifier(guid)
 			incPer = (mod * incHeal) / max
 			per = UnitHealth(unit) / max
 			incSize = incPer * height
@@ -166,7 +166,7 @@ if libheal then
 			return frame.heal:Hide()
 		end
 
-		local incSize, incHeal, healMod = self:GetIncSize(unit, name)
+		local incSize, incHeal, healMod = self:GetIncSize(guid, unit)
 		if incSize then
 			local size = height * (UnitHealth(unit) / UnitHealthMax(unit))
 			frame.heal:SetHeight(incSize)</diff>
      <filename>events.lua</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6e78d7f29a9a5864ca8940a9a6c2d09ebe9d82e6</id>
    </parent>
  </parents>
  <author>
    <name>Zariel</name>
    <email>c.bannister@gmail.com</email>
  </author>
  <url>http://github.com/Zariel/ouf_grid/commit/bd6c7d8bf794921b840d336d52f023d9ce52d6e5</url>
  <id>bd6c7d8bf794921b840d336d52f023d9ce52d6e5</id>
  <committed-date>2009-09-30T04:45:27-07:00</committed-date>
  <authored-date>2009-09-30T04:45:27-07:00</authored-date>
  <message>Fix call signatures</message>
  <tree>49a9c58b7eea9c8ea7d000d4028bcdbd8b63cb43</tree>
  <committer>
    <name>Zariel</name>
    <email>c.bannister@gmail.com</email>
  </committer>
</commit>
