Index: includes/features.ctools.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/features/includes/Attic/features.ctools.inc,v
retrieving revision 1.1.2.28
diff -u -p -r1.1.2.28 features.ctools.inc
--- includes/features.ctools.inc  19 Aug 2010 21:55:48 -0000  1.1.2.28
+++ includes/features.ctools.inc  27 Aug 2010 21:38:08 -0000
@@ -110,7 +110,7 @@ function ctools_component_features_expor
   $schema = ctools_export_get_schema($component);
   if ($schema && $schema['export']['bulk export']) {
     if (!empty($schema['export']['list callback']) && function_exists($schema['export']['list callback'])) {
-      $options = $schema['export']['list callback']();
+      $options = drupal_map_assoc(array_keys($schema['export']['list callback']()));
     }
     else {
       $options = _ctools_features_export_default_list($component, $schema);
