Index: taxonomy_menu.module
===================================================================
--- taxonomy_menu.module	(revision 290)
+++ taxonomy_menu.module	(working copy)
@@ -70,8 +70,8 @@
     );
 
     //get taxonomy menu form options
-    //$form['taxonomy_menu']['options'] = _taxonomy_menu_create_options($form['vid']['#value']);
-    //
+    $form['taxonomy_menu']['options'] = _taxonomy_menu_create_options($form['vid']['#value']);
+
     //rebuild the menu
     $form['taxonomy_menu']['options']['rebuild'] = array(
       '#type' => 'checkbox',
@@ -945,7 +945,7 @@
  *   any other form element
  */
 function taxonomy_menu_taxonomy_menu_options() {
-
+/*
   $options['sync'] = array(
     '#title' => t('Synchronise changes to this vocabulary'),
     '#description' => t('Every time a term is added/deleted/modified, the corresponding menu link will be altered too.'),
@@ -995,7 +995,7 @@
     'default' => FALSE,
     '#description' => t('This changes tid+tid+tid to "All" in term when <em>Display descendants</em> has been selected.<br />Only used if <em>Menu path type</em> is "Default path".<br />Works with default taxonomy page.'),
   );
-
+*/
   return $options;
 }
 
