Diff for /Amaya/amaya/templateUtils.c between versions 1.38 and 1.39

version 1.38, 2009/04/24 12:01:51 version 1.39, 2009/06/18 10:35:57
Line 598  char *SaveDocumentToNewDoc(Document doc, Line 598  char *SaveDocumentToNewDoc(Document doc,
   
   localFile = GetLocalPath (newdoc, newpath);    localFile = GetLocalPath (newdoc, newpath);
   // update all links    // update all links
   SetRelativeURLs (doc, newpath, NULL, FALSE, FALSE, FALSE);    SetRelativeURLs (doc, newpath, NULL, FALSE, FALSE, FALSE, FALSE);
   // prepare the new document view    // prepare the new document view
   TtaExtractName (newpath, DirectoryName, DocumentName);    TtaExtractName (newpath, DirectoryName, DocumentName);
   

Removed from v.1.38  
changed lines
  Added in v.1.39


Webmaster