Index: themekey_build.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/themekey/themekey_build.inc,v
retrieving revision 1.8
diff -u -r1.8 themekey_build.inc
--- themekey_build.inc	27 Oct 2009 10:56:23 -0000	1.8
+++ themekey_build.inc	30 Oct 2009 18:05:42 -0000
@@ -5,8 +5,9 @@
  * Function _themekey_theme_options().
  */
 function _themekey_theme_options($default = TRUE) {
-  $themes = system_theme_data();
+  $themes = list_themes();
   ksort($themes);
+
   $options_themes = array();
   if ($default) {
     $options_themes['default'] = t('System default');
