<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -28,6 +28,13 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 local _G = getfenv(0)
 local oUF = _G.oUF
 
+-- Lets kill some things eh?
+oUF.Tags = nil
+oUF.TagEvents = nil
+oUF.UnitlessTagEvents = nil
+oUF.Tag = nil
+oUF.Untag = nil
+
 local select = select
 local floor = math.floor
 local UnitName = UnitName
@@ -284,9 +291,10 @@ end
 local durationTimer = function(self, elapsed)
 	local expirationTime = select(7, UnitAura(self.unit, self:GetID(), &quot;HARMFUL&quot;))
 
-	if expirationTime and (expirationTime - GetTime()) &lt; 300 then
+	if expirationTime and ((expirationTime - GetTime())) &lt; 300 and expirationTime &gt; 0 then
 		self.duration:SetText(floor(expirationTime - GetTime() + 0.5))
 	else
+		self.duration:Hide()
 		return self:SetScript(&quot;OnUpdate&quot;, nil)
 	end
 end
@@ -594,6 +602,8 @@ local frame = function(settings, self, unit)
 		self.outsideRangeAlpha = 0.4
 	end
 
+	--self.Heal = true
+
 	return self
 end
 </diff>
      <filename>core.lua</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 ## Interface: 30100
 ## Title: oUF_Kanne2
 ## Notes: OH HI
-## Dependencies: oUF
+## Dependencies: oUF, oUF_LibHeal
 ## Version: 1
 ## X-Credits: Lyn (This is his layout)
 </diff>
      <filename>oUF_Kanne2.toc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>dde5129259431f9c81596c6955b4f1d79d3cf559</id>
    </parent>
  </parents>
  <author>
    <name>Zariel</name>
    <email>c.bannister@gmail.com</email>
  </author>
  <url>http://github.com/Zariel/ouf_kanne2/commit/d330db62af1743403e001afefce30ccc4c4850b4</url>
  <id>d330db62af1743403e001afefce30ccc4c4850b4</id>
  <committed-date>2009-07-04T16:40:59-07:00</committed-date>
  <authored-date>2009-07-04T16:40:59-07:00</authored-date>
  <message>Remove oUF tags, i dont use them, fix expiration time</message>
  <tree>88cc747e16520a93de3198f962e742fcf710e644</tree>
  <committer>
    <name>Zariel</name>
    <email>c.bannister@gmail.com</email>
  </committer>
</commit>
