? .DS_Store
? theme-install-alt.patch
? modules/.DS_Store
? sites/all/modules/views
? sites/default/files
? sites/default/settings.php
Index: modules/system/system.updater.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.updater.inc,v
retrieving revision 1.9
diff -u -p -r1.9 system.updater.inc
--- modules/system/system.updater.inc	19 Nov 2010 20:38:22 -0000	1.9
+++ modules/system/system.updater.inc	30 Nov 2010 00:02:37 -0000
@@ -135,17 +135,11 @@ class ThemeUpdater extends Updater imple
     clearstatcache();
     system_rebuild_theme_data();
 
-    // Active the theme
-    db_update('system')
-      ->fields(array('status' => 1))
-      ->condition('type', 'theme')
-      ->condition('name', $this->name)
-      ->execute();
   }
 
   public function postInstallTasks() {
     return array(
-      l(t('Set the !project theme as default', array('!project' => $this->title)), 'admin/appearance'),
+      l(t('Enable newly added themes'), 'admin/appearance'),
     );
   }
 }
