<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -8,4 +8,5 @@ db/schema.rb
 config/database.yml
 code/
 config/ultrasphinx/development.conf
-db/sphinx
\ No newline at end of file
+db/sphinx
+config/docbox.yml
\ No newline at end of file</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -43,6 +43,7 @@ class CodeComment &lt; ActiveRecord::Base
     self.body = strip(comment)
     self.exported = true # Only rdoc import uses exported_body, so this means its been exported
     self.uses_begin = (comment =~ REGEXP[:pound]).nil?
+    @exported = true
   end
   
   # Before update, creating the previous version
@@ -58,7 +59,7 @@ class CodeComment &lt; ActiveRecord::Base
         :skip =&gt; self.skip,
         :uses_begin =&gt; self.uses_begin
       )
-      self.exported = !self.raw_body.nil?
+      self.exported = !@exported.nil?
       self.version += 1
     end
   end</diff>
      <filename>app/models/code_comment.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>581383ee9e700eeb0e54b5e82a7a3f1e433e9d0b</id>
    </parent>
  </parents>
  <author>
    <name>Ian Ownbey</name>
    <email>imownbey@gmail.com</email>
  </author>
  <url>http://github.com/iownbey/docbox/commit/0f668ae02be1f075612432fffa923f8d90f96350</url>
  <id>0f668ae02be1f075612432fffa923f8d90f96350</id>
  <committed-date>2008-11-08T06:16:00-08:00</committed-date>
  <authored-date>2008-11-08T06:16:00-08:00</authored-date>
  <message>Ignore docbox config</message>
  <tree>b6f32ea021f46991cc435aba083107b980d4a135</tree>
  <committer>
    <name>Ian Ownbey</name>
    <email>imownbey@gmail.com</email>
  </committer>
</commit>
