--- taxonomy.inc.orig	2008-05-21 14:12:53.000000000 +0930
+++ taxonomy.inc	2008-05-21 14:20:00.000000000 +0930
@@ -63,6 +63,7 @@
     $form['#submit']['taxonomy_form_vocabulary_submit'] = array();
 
     $form += $second_part;
+    $form['#submit'] = array_merge($form['#submit'], array_slice($second_part['#submit'], 1, 2));
   }
 
   // Change the term selection of nodes. Only affects hierarchical
