? flag-options-alter.patch
Index: flag.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/flag/Attic/flag.inc,v
retrieving revision 1.1.2.30
diff -u -p -r1.1.2.30 flag.inc
--- flag.inc	14 Mar 2009 06:13:54 -0000	1.1.2.30
+++ flag.inc	10 Jun 2009 16:46:57 -0000
@@ -196,6 +196,9 @@ class flag_flag {
       'unflag_confirmation' => '',
       'link_type' => 'toggle',
     );
+    // Allow other modules to change the default options without needing to 
+    // implement a new flag type.
+    drupal_alter('flag_default_options', $options);    
   }
