Index: modules/book.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/book.module,v
retrieving revision 1.308
diff -u -F^f -r1.308 book.module
--- modules/book.module	25 Jul 2005 20:38:30 -0000	1.308
+++ modules/book.module	28 Jul 2005 18:38:07 -0000
@@ -91,12 +91,17 @@ function book_menu($may_cache) {
       'title' => t('books'),
       'callback' => 'book_admin',
       'access' => user_access('administer nodes'),
-      'weight' => 4);
+      'type' => MENU_LOCAL_TASK,
+      'weight' => -1);
+    $items[] = array(
+      'path' => 'admin/node/book/list',
+      'title' => t('list'),
+      'type' => MENU_DEFAULT_LOCAL_TASK);
     $items[] = array(
       'path' => 'admin/node/book/orphan',
       'title' => t('orphan pages'),
       'callback' => 'book_admin_orphan',
-      'access' => user_access('administer nodes'),
+      'type' => MENU_LOCAL_TASK,
       'weight' => 8);
     $items[] = array('path' => 'book', 'title' => t('books'),
       'callback' => 'book_render',
