--- C:\wamp\www\photowasp\sites\all\modules\domain\domain_conf\domain_conf.admin.inc.orig	2008-11-07 04:30:52.000000000 +1300
+++ C:\wamp\www\photowasp\sites\all\modules\domain\domain_conf\domain_conf.admin.inc	2008-11-22 08:31:04.921875000 +1300
@@ -153,7 +153,14 @@
     '#options' => $menus,
     '#description' => t('Select the secondary links for this site.')
   );
-
+  $form['menu']['menu_parent_items'] = array(
+    '#type' => 'select',
+    '#title' => t('Restrict parent items to'),
+    '#default_value' => isset($settings['menu_parent_items']) ? $settings['menu_parent_items'] : variable_get('menu_parent_items', 'primary-links'),
+    '#options' => $menus,
+    '#description' => t('Choose the menu to be made available in the content authoring form. Only this menu item and its children will be shown.'),
+  );
+  
   // Date settings: set the default timezone
   $form['date'] = array(
     '#type' => 'fieldset',
