<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -66,7 +66,13 @@ local TypeUpdate = function(self, event, i)
 	end
 
 	if type then
-		bar:SetScript(&quot;OnUpdate&quot;, OnUpdate)
+		local start, dur, ready = GetRuneCooldown(rune)
+		if not ready then
+			bar.finish = start + dur
+			bar:SetScript(&quot;OnUpdate&quot;, OnUpdate)
+		else
+			bar:SetScript(&quot;OnUpdate&quot;, nil)
+		end
 	else
 		bar:SetScript(&quot;OnUpdate&quot;, nil)
 	end</diff>
      <filename>elements/runebar.lua</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c6ab82bfccbdce46c2141d1ac86e035d06eaac68</id>
    </parent>
  </parents>
  <author>
    <name>unknown</name>
    <email>Chris@.(none)</email>
  </author>
  <url>http://github.com/Zariel/ouf/commit/1a558fa02e449616a957d94a97d41a242e72673b</url>
  <id>1a558fa02e449616a957d94a97d41a242e72673b</id>
  <committed-date>2009-11-10T03:01:59-08:00</committed-date>
  <authored-date>2009-11-10T03:01:59-08:00</authored-date>
  <message>Set the finish time</message>
  <tree>f488fe87b21d205ee99bc133d8321399cc3e5050</tree>
  <committer>
    <name>unknown</name>
    <email>Chris@.(none)</email>
  </committer>
</commit>
