? better_warnings_191393.patch
? bookpathalias_144366.patch
? delete_index_aliases_192576.patch
? no_alter_no_pattern_192300.patch
? only_alias_blogabble_bloggers_83993.patch
? require_code_191187.patch
? token_list_moved.patch
Index: pathauto.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/pathauto/pathauto.module,v
retrieving revision 1.44.4.48
diff -u -p -r1.44.4.48 pathauto.module
--- pathauto.module	12 Nov 2007 13:59:39 -0000	1.44.4.48
+++ pathauto.module	16 Nov 2007 20:52:52 -0000
@@ -515,7 +515,7 @@ function pathauto_admin_delete_submit($f
 }
 
 function _pathauto_objects_to_delete() {
-  return array('user/' => t('users'), 'node/' => t('content') , 'taxonomy/' => t('vocabularies and terms'), 'blog/' => t('user blogs'), 'user/%/track' => t('user trackers'));
+  return array('user/' => t('users'), 'node/' => t('content') , 'taxonomy/' => t('vocabularies and terms'), 'blog/' => t('user blogs'), 'user/%/track' => t('user trackers'), 'pathauto/' => t('Pathauto index aliases'));
 }
 
 //==============================================================================
