Diff for /Amaya/amaya/HTMLbook.c between versions 1.22 and 1.23

version 1.22, 1997/09/30 15:44:12 version 1.23, 1997/10/20 08:24:46
Line 914  View                view; Line 914  View                view;
    el = body;     el = body;
    while (el != NULL)     while (el != NULL)
       el = GetIncludedDocuments (el, document);        el = GetIncludedDocuments (el, document);
    TtaSetStatus (document, 1, TtaGetMessage (AMAYA, AM_DOCUMENT_LOADED), "");     TtaSetStatus (document, 1, TtaGetMessage (AMAYA, AM_DOCUMENT_LOADED), NULL);
    /* update internal links */     /* update internal links */
    SetInternalLinks (document);     SetInternalLinks (document);
    /* remove registered  sub-documents */     /* remove registered  sub-documents */

Removed from v.1.22  
changed lines
  Added in v.1.23


Webmaster