Index: nodewords.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/nodewords/Attic/nodewords.module,v
retrieving revision 1.48.4.6
diff -u -r1.48.4.6 nodewords.module
--- nodewords.module	25 May 2007 10:43:56 -0000	1.48.4.6
+++ nodewords.module	25 May 2007 13:40:32 -0000
@@ -145,7 +145,7 @@
     }
     $form['cancel']['#weight'] = 7;
     $form['#submit']['nodewords_views_handler'] = array();
-  } else if ($form_id == 'views_delete_confirm') {
+  } else if ($form_id == 'views_ui_admin_delete_confirm') {
     $form['#submit']['nodewords_views_handler'] = array();
   }
 

