? modules/update/patch.dbg
cvs diff: Diffing modules/update
Index: modules/update/update.compare.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/update/update.compare.inc,v
retrieving revision 1.22
diff -u -p -r1.22 update.compare.inc
--- modules/update/update.compare.inc	6 Jun 2009 16:05:28 -0000	1.22
+++ modules/update/update.compare.inc	13 Jun 2009 09:20:54 -0000
@@ -117,7 +117,7 @@ function update_get_project_name($file) 
   elseif (isset($file->info['package']) && (strpos($file->info['package'], 'Core') !== FALSE)) {
     $project_name = 'drupal';
   }
-  elseif (in_array($file->name, array('bluemarine', 'chameleon', 'garland', 'marvin', 'minnelli', 'pushbutton'))) {
+  elseif (in_array($file->name, array('garland', 'minnelli', 'stark'))) {
     // Unfortunately, there's no way to tell if a theme is part of core,
     // so we must hard-code a list here.
     $project_name = 'drupal';
