Index: wp-admin/edit-form-advanced.php
===================================================================
--- wp-admin/edit-form-advanced.php	(revision 22959)
+++ wp-admin/edit-form-advanced.php	(working copy)
@@ -74,7 +74,7 @@
 
 $notice = false;
 $form_extra = '';
-if ( 'auto-draft' == get_post_status( $post ) ) {
+if ( 'auto-draft' == get_post_status( $post ) and 'attachment' != $post->post_type ) {
 	if ( 'edit' == $action )
 		$post->post_title = '';
 	$autosave = false;
