Diff for /Amaya/amaya/templates.c between versions 1.201 and 1.202

version 1.201, 2008/09/22 12:37:14 version 1.202, 2008/09/22 12:47:20
Line 7 Line 7
     
 /*  /*
  * Authors: Francesc Campoy Flores   * Authors: Francesc Campoy Flores
  *          Emilien Kia   *          Ă‰milien Kia
  *   *
  */   */
   
Line 2564  ThotBool TemplateNameAttributeModified(N Line 2564  ThotBool TemplateNameAttributeModified(N
   ----------------------------------------------------------------------*/    ----------------------------------------------------------------------*/
 ThotBool TemplateNameAttributeCreated(NotifyAttribute* event)  ThotBool TemplateNameAttributeCreated(NotifyAttribute* event)
 {  {
   ThotBool ret;    MakeUniqueName(event->element, event->document, TRUE, FALSE);
   
   ret = MakeUniqueName(event->element, event->document, event->attribute, FALSE);  
   return TRUE;    return TRUE;
 }  }
   
Line 2586  ThotBool TemplateNameAttrInMenu (NotifyA Line 2584  ThotBool TemplateNameAttrInMenu (NotifyA
     return FALSE;      return FALSE;
 }  }
   
   

Removed from v.1.201  
changed lines
  Added in v.1.202


Webmaster