<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -17,12 +17,12 @@ module AimStatusHelper2
     end
   end
 
-  def aim_status_icon(aim_name)
-    image_tag &quot;status_&quot; + aim_status(aim_name) + &quot;.png&quot;
+  def aim_status_icon(aim_name, options = {})
+    image_tag &quot;status_&quot; + aim_status(aim_name) + &quot;.png&quot;, options
   end
 
-  def aim_to(object, aim_name)
-    link_to object, &quot;aim:goim?screenname=#{aim_name}&quot;
+  def aim_to(object, aim_name, options = {})
+    link_to object, &quot;aim:goim?screenname=#{aim_name}&quot;, options
   end
 
 end
\ No newline at end of file</diff>
      <filename>lib/aim_status_helper2.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>926b998a87e46074dfecd5074c21708727ebce37</id>
    </parent>
  </parents>
  <author>
    <name>Jon Maddox</name>
    <email>jon@jonsthoughtsoneverything.com</email>
  </author>
  <url>http://github.com/maddox/aim_status_helper/commit/140d4b852f22a5cfe9e14e04ed0d83561e1a14d3</url>
  <id>140d4b852f22a5cfe9e14e04ed0d83561e1a14d3</id>
  <committed-date>2006-12-27T21:54:31-08:00</committed-date>
  <authored-date>2006-12-27T21:54:31-08:00</authored-date>
  <message>added options to aim_to and aim_status_icon</message>
  <tree>a2dc6fa25de4802ab5e5d71c6932bebf6bb479d7</tree>
  <committer>
    <name>Jon Maddox</name>
    <email>jon@jonsthoughtsoneverything.com</email>
  </committer>
</commit>
