<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -26,7 +26,7 @@ module Gluttonberg
 
         def convert_textile_text_to_html
           self.class.textilized_fields.each do |field, formatted_field|
-            if attribute_dirty?(field)
+            if attribute_dirty?(field) || (attribute_get(field) &amp;&amp; attribute_get(formatted_field).nil?)
               attribute_set(formatted_field, RedCloth.new(attribute_get(field)).to_html)#.extend(::RedClothExtensions)
             end
           end</diff>
      <filename>gluttonberg/lib/gluttonberg/content/textilized.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8d2f2b75ea04a21a2675fc2c01ae8f33b953013f</id>
    </parent>
  </parents>
  <author>
    <name>Luke Sutton</name>
    <email>luke@freerangefuture.com</email>
  </author>
  <url>http://github.com/FreerangeFuture/gluttonberg/commit/840784286d07a3c65bb9f9ceb916bd7e58b9bf10</url>
  <id>840784286d07a3c65bb9f9ceb916bd7e58b9bf10</id>
  <committed-date>2009-05-25T21:00:03-07:00</committed-date>
  <authored-date>2009-05-25T21:00:03-07:00</authored-date>
  <message>Only try to generate the formatted HTML if we have a textile string.</message>
  <tree>dc231224661495c7ad2dcbb17287c51a8f9c15f6</tree>
  <committer>
    <name>Luke Sutton</name>
    <email>luke@freerangefuture.com</email>
  </committer>
</commit>
