Index: hacked.drush.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/hacked/hacked.drush.inc,v
retrieving revision 1.7
diff -u -p -r1.7 hacked.drush.inc
--- hacked.drush.inc	27 Feb 2010 08:32:57 -0000	1.7
+++ hacked.drush.inc	23 Apr 2010 14:32:58 -0000
@@ -80,7 +80,7 @@ function drush_hacked_list_projects() {
     );
     foreach ($data as $project) {
       $row = array(
-        $project['title'],
+        empty($project['title']) ? $project['name'] : $project['title'],
         $project['existing_version']
       );
 
