? theme-wine-win.patch
Index: modules/system/system.updater.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.updater.inc,v
retrieving revision 1.10
diff -u -p -r1.10 system.updater.inc
--- modules/system/system.updater.inc	30 Nov 2010 06:19:47 -0000	1.10
+++ modules/system/system.updater.inc	30 Nov 2010 07:29:50 -0000
@@ -136,17 +136,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'),
       l(t('Administration pages'), 'admin'),
     );
   }
