Diff for /Amaya/amaya/HTMLbook.c between versions 1.99 and 1.100

version 1.99, 2003/01/30 16:30:00 version 1.100, 2003/09/05 09:38:37
Line 962  static Element MoveDocumentBody (Element Line 962  static Element MoveDocumentBody (Element
                 TtaInsertSibling (copy, lastInserted, FALSE, destDoc);                  TtaInsertSibling (copy, lastInserted, FALSE, destDoc);
               lastInserted = copy;                lastInserted = copy;
               /* update the NAMEs and URLs in the copied element */                /* update the NAMEs and URLs in the copied element */
                 event.event = TteElemPaste;
               event.document = destDoc;                event.document = destDoc;
                 event.element = copy;
                 event.elementType = TtaGetElementType (copy);
               event.position = sourceDoc;                event.position = sourceDoc;
                 event.info = 0;
               UpdateURLsInSubtree(&event, copy);                UpdateURLsInSubtree(&event, copy);
             }              }
           /* get the next element in the source document */            /* get the next element in the source document */

Removed from v.1.99  
changed lines
  Added in v.1.100


Webmaster