Index: plugins/content_types/node_context/node_body.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/ctools/plugins/content_types/node_context/node_body.inc,v
retrieving revision 1.1
diff -u -p -r1.1 node_body.inc
--- plugins/content_types/node_context/node_body.inc	18 Jul 2009 22:10:48 -0000	1.1
+++ plugins/content_types/node_context/node_body.inc	22 Jul 2009 21:05:11 -0000
@@ -45,6 +45,13 @@ function ctools_node_body_content_type_r
 }
 
 /**
+ * Returns an edit form for custom type settings.
+ */
+function ctools_node_body_content_type_edit_form(&$form, &$form_state) {
+  // provide a blank form so we have a place to have context setting.
+}
+
+/**
  * Returns the administrative title for a type.
  */
 function ctools_node_body_content_type_admin_title($subtype, $conf, $context) {
