<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -300,7 +300,9 @@ module Prawn
       end
 
       def next_row_color
-        C(:row_colors).unshift(C(:row_colors).pop).last
+        color = C(:row_colors).shift
+        C(:row_colors).push(color)
+        color
       end
 
       def reset_row_colors    </diff>
      <filename>lib/prawn/document/table.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>90b50a6211878cec3beea0f10574f3be331edc82</id>
    </parent>
  </parents>
  <author>
    <name>Gregory Brown</name>
    <email>gregory.t.brown@gmail.com</email>
  </author>
  <url>http://github.com/sandal/prawn/commit/67f35175b2aca297c30712d2add6ca17786ce16e</url>
  <id>67f35175b2aca297c30712d2add6ca17786ce16e</id>
  <committed-date>2008-11-07T19:16:22-08:00</committed-date>
  <authored-date>2008-11-07T19:16:22-08:00</authored-date>
  <message>fix</message>
  <tree>a452d5826482ab880fea5599ae3f977ac57dab4e</tree>
  <committer>
    <name>Gregory Brown</name>
    <email>gregory.t.brown@gmail.com</email>
  </committer>
</commit>
