? views_relationship_patch_0.diff
Index: README.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/flag_note/Attic/README.txt,v
retrieving revision 1.1.2.5
diff -c -r1.1.2.5 README.txt
*** README.txt	16 Nov 2009 23:19:57 -0000	1.1.2.5
--- README.txt	17 Nov 2009 23:06:38 -0000
***************
*** 54,59 ****
--- 54,60 ----
  Someday, only if there'll be demand for these ones:
  
    * critical: fix views filters
+   * rebuild default views to use new view system
    * decouple history and notes
    * store notes when unflagging
  
Index: includes/flag_note.views.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/flag_note/includes/Attic/flag_note.views.inc,v
retrieving revision 1.1.2.3
diff -c -r1.1.2.3 flag_note.views.inc
*** includes/flag_note.views.inc	2 Nov 2009 23:50:16 -0000	1.1.2.3
--- includes/flag_note.views.inc	17 Nov 2009 23:06:38 -0000
***************
*** 133,138 ****
--- 133,140 ----
        'base' => 'flag_note',
        'base field' => 'content_id',
        'relationship field' => 'nid',
+       'handler' => 'flag_handler_relationship_content',
+       'flag_type' => 'node',
      ),
    );
  
***************
*** 146,151 ****
--- 148,155 ----
        'base' => 'flag_note',
        'base field' => 'content_id',
        'relationship field' => 'uid',
+       'handler' => 'flag_handler_relationship_content',
+       'flag_type' => 'user',
      ),
    );
  
***************
*** 159,164 ****
--- 163,170 ----
        'base' => 'flag_note',
        'base field' => 'content_id',
        'relationship field' => 'cid',
+       'handler' => 'flag_handler_relationship_content',
+       'flag_type' => 'comment',
      ),
    );
  
