diff -urp features 2/includes/features.ctools.inc features/includes/features.ctools.inc
--- features 2/includes/features.ctools.inc	2010-08-09 09:56:58.000000000 -0500
+++ features/includes/features.ctools.inc	2010-08-17 15:26:31.000000000 -0500
@@ -136,7 +136,7 @@ function ctools_component_features_expor
 
   // Add the components
   foreach ($data as $object_name) {
-    if ($objects = ctools_export_load_object($component, 'names', array($object_name))) {
+    if ($objects = array($object_name => ctools_export_crud_load($component, $object_name))) {
       $object = array_shift($objects);
       // If this object is provided as a default by a different module, don't
       // export and add that module as a dependency instead.
