Index: xmlrpc.php
===================================================================
--- xmlrpc.php	(revision 6325)
+++ xmlrpc.php	(working copy)
@@ -1394,7 +1394,8 @@
           'wp_password' => $postdata['post_password'],
           'wp_author_id' => $author->ID,
           'wp_author_display_name'	=> $author->display_name,
-          'date_created_gmt' => new IXR_Date($post_date_gmt)
+          'date_created_gmt' => new IXR_Date($post_date_gmt),
+		  'post_status' => $postdata['post_status']
 	    );
 
 	    return $resp;
@@ -1476,7 +1477,8 @@
 				'wp_password' => $entry['post_password'],
 				'wp_author_id' => $author->ID,
 				'wp_author_display_name' => $author->display_name,
-				'date_created_gmt' => new IXR_Date($post_date_gmt)
+				'date_created_gmt' => new IXR_Date($post_date_gmt),
+				'post_status' => $entry['post_status']
 			);
 
 		}

