Fri Mar  9 06:31:08 UTC 2007  gordon@heydon.com.au
  * move menu to the build menu
diff -rN -u old-newsite.csf.com.au/sites/all/modules/actions/actions.module new-newsite.csf.com.au/sites/all/modules/actions/actions.module
--- old-newsite.csf.com.au/sites/all/modules/actions/actions.module	2007-03-09 06:40:52.000000000 +0000
+++ new-newsite.csf.com.au/sites/all/modules/actions/actions.module	2007-03-09 06:40:53.000000000 +0000
@@ -33,14 +33,14 @@
 
   if ($may_cache) {
     $items[] = array(
-      'path'     => 'admin/settings/actions',
+      'path'     => 'admin/build/actions',
       'title'    => t('Actions'),
       'description'    => t('Manage the actions defined for your site.'),
       'access'   => $access,
       'callback' => 'actions_overview');
 
     $items[] = array(
-      'path'     => 'admin/settings/actions/config',
+      'path'     => 'admin/build/actions/config',
       'title'    => t('Configure action'),
       'access'   => $access,
       'weight'   => -9,
@@ -49,7 +49,7 @@
       'type'     => MENU_CALLBACK);
 
     $items[] = array(
-      'path'     => 'admin/settings/actions/delete',
+      'path'     => 'admin/build/actions/delete',
       'title'    => t('Delete action'),
       'access'   => $access,
       'callback' => 'drupal_get_form',
@@ -58,7 +58,7 @@
       'type'     => MENU_CALLBACK);
 
     $items[] = array(
-      'path'     => 'admin/settings/actions/orphan',
+      'path'     => 'admin/build/actions/orphan',
       'title'    => t('Delete action'),
       'access'   => $access,
       'callback' => 'actions_remove_orphans',

