Index: yagm.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/yagm/yagm.module,v
retrieving revision 1.1
diff -u -p -r1.1 yagm.module
--- yagm.module	19 Jan 2008 00:49:08 -0000	1.1
+++ yagm.module	4 Feb 2008 13:43:42 -0000
@@ -74,6 +74,7 @@ function yagm_form(&$node, &$param) {
   $form['title'] = array(
     '#type'=> 'textfield',
     '#title' => check_plain($type->title_label),
+    '#default_value' => $node->title,
     '#required' => true,
     '#weight' => 5,
   );
