? imagefield_import_default_alt_title.patch
? imagefield_import_default_path.patch
Index: imagefield_import.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/imagefield_import/imagefield_import.module,v
retrieving revision 1.8.2.34
diff -u -r1.8.2.34 imagefield_import.module
--- imagefield_import.module	18 May 2010 07:53:51 -0000	1.8.2.34
+++ imagefield_import.module	26 May 2010 21:33:21 -0000
@@ -834,6 +834,8 @@
   // add the image to the node object
   $field_name = $field['field_name'];
   $node->$field_name = array($file);
+  $node->{$field_name}[0]['data']['title'] = $field['widget']['title'];
+  $node->{$field_name}[0]['data']['alt'] = $field['widget']['alt'];
 
   // make it easy for other modules to add data to imported nodes using
   // hook_form_alter (@see http://drupal.org/node/714550).
