Diff for /Amaya/amaya/templates.c between versions 1.132 and 1.133

version 1.132, 2007/04/18 15:18:52 version 1.133, 2007/04/25 07:43:28
Line 913  ThotBool UseButtonClicked (NotifyElement Line 913  ThotBool UseButtonClicked (NotifyElement
   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.132  
changed lines
  Added in v.1.133


Webmaster