<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -513,7 +513,7 @@ function tumblrize_save_post ($post_id) {
     if (!$tumblrize-&gt;isTumblrizeablePost()) { return $post_id; }
 
     // Okay, we've authenticated correctly. Find and save the data.
-    add_post_meta($post_id, 'tumblrize_post-type', $_POST['tumblrize_post-type'], true);
+    update_post_meta($post_id, 'tumblrize_post-type', $_POST['tumblrize_post-type'], true);
     update_post_meta($post_id, 'tumblrize_post-group', $_POST['tumblrize_post-group'], get_post_meta($post_id, 'tumblrize_post-group', true));
     if ($_POST['publish'] === 'Schedule') {
         add_post_meta($post_id, 'tumblrize_post-future', 1, true);</diff>
      <filename>tumblrize.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5c46d911419bf5313e7a4f5942d7918cffd101e7</id>
    </parent>
  </parents>
  <author>
    <name>Meitar Moscovitz</name>
    <email>meitarm@gmail.com</email>
  </author>
  <url>http://github.com/meitar/tumblrize/commit/592c72be359f38efc798cfc5a1f7827593b9a249</url>
  <id>592c72be359f38efc798cfc5a1f7827593b9a249</id>
  <committed-date>2009-10-29T01:44:25-07:00</committed-date>
  <authored-date>2009-10-29T01:44:25-07:00</authored-date>
  <message>Allow updating of Tumblr Post Type after saved for the first time.</message>
  <tree>c99fc96cf891381c26322dd098743c2e67b39784</tree>
  <committer>
    <name>Meitar Moscovitz</name>
    <email>meitarm@gmail.com</email>
  </committer>
</commit>
