Index: blogapi.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/blogapi/blogapi.module,v
retrieving revision 1.89
diff -u -r1.89 blogapi.module
--- blogapi.module	31 Jul 2006 11:25:53 -0000	1.89
+++ blogapi.module	7 Aug 2006 08:05:58 -0000
@@ -553,7 +553,7 @@
     '#description' => t('RSD or Really-Simple-Discovery is a mechanism which allows external blogger tools to discover the APIs they can use to interact with Drupal. Here you can set the preferred method for blogger tools to interact with your site. The common XML-RPC engines are Blogger, MetaWeblog and Movabletype. If you are not sure which is the correct setting, choose Blogger.')
   );
 
-  $node_types = node_get_types();
+  $node_types = node_get_types('names');
   $defaults = isset($node_types['blog']) ? array('blog' => 1) : array();
   $form['blogapi_node_types'] = array(
     '#type' => 'checkboxes',
