=== modified file 'uc_product/uc_product.module'
--- uc_product/uc_product.module	2009-05-29 20:02:03 +0000
+++ uc_product/uc_product.module	2009-06-02 18:56:41 +0000
@@ -882,7 +882,7 @@
 
     $options = array('' => t('None'));
     foreach ($fields as $field_name => $field) {
-      if ($field['widget']['type'] == 'imagefield_widget') {
+      if (strpos($field['widget']['type'], 'image') !== FALSE) {
         $options[$field_name] = $field['widget']['label'];
       }
     }

