Diff for /Amaya/amaya/templates.c between versions 1.123 and 1.124

version 1.123, 2007/02/06 11:53:03 version 1.124, 2007/02/06 14:34:15
Line 823  ThotBool RepeatButtonClicked (NotifyElem Line 823  ThotBool RepeatButtonClicked (NotifyElem
   char*           types;    char*           types;
   ThotBool        oldStructureChecking;    ThotBool        oldStructureChecking;
   View            view;    View            view;
   char*           listtypes;    char*           listtypes = NULL;
   char*           result;    char*           result = NULL;
   
   if (!TtaGetDocumentAccessMode(doc))    if (!TtaGetDocumentAccessMode(doc))
     return TRUE;      return TRUE;

Removed from v.1.123  
changed lines
  Added in v.1.124


Webmaster