Diff for /Amaya/amaya/templates.c between versions 1.239 and 1.240

version 1.239, 2009/08/17 13:39:26 version 1.240, 2009/08/17 15:28:52
Line 1914  void UpdateTemplateMenus (Document doc) Line 1914  void UpdateTemplateMenus (Document doc)
       TtaSetItemOff (doc, 1, Tools, BTemplateCreateUnion);        TtaSetItemOff (doc, 1, Tools, BTemplateCreateUnion);
     }      }
   else if (DocumentURLs[doc] && DocumentTypes[doc] != docSource &&    else if (DocumentURLs[doc] && DocumentTypes[doc] != docSource &&
            IsXTiger (DocumentURLs[doc]))             (IsXTiger (DocumentURLs[doc]) || IsXTigerLibrary (DocumentURLs[doc])))
     {      {
       // Template document        // Template document
       TtaSetItemOff (doc, 1, Tools, BCreateTemplateFromDocument);        TtaSetItemOff (doc, 1, Tools, BCreateTemplateFromDocument);

Removed from v.1.239  
changed lines
  Added in v.1.240


Webmaster