Diff for /Amaya/amaya/templates.c between versions 1.58 and 1.59

version 1.58, 2006/06/23 14:40:28 version 1.59, 2006/07/05 14:57:47
Line 51  void NewTemplate (Document doc, View vie Line 51  void NewTemplate (Document doc, View vie
       TtaShowDialogue (BaseDialog + OpenTemplate, TRUE);        TtaShowDialogue (BaseDialog + OpenTemplate, TRUE);
     }      }
   
   if(templateDir) TtaFreeMemory(templateDir);  
 #endif /* TEMPLATES */  #endif /* TEMPLATES */
 }  }
   
Line 195  ThotBool BagMenuClicked (NotifyElement * Line 194  ThotBool BagMenuClicked (NotifyElement *
 #endif /* TEMPLATES */  #endif /* TEMPLATES */
         return TRUE;          return TRUE;
 }  }
   

Removed from v.1.58  
changed lines
  Added in v.1.59


Webmaster