Diff for /Amaya/amaya/HTMLbook.c between versions 1.127 and 1.128

version 1.127, 2005/01/26 15:14:01 version 1.128, 2005/04/11 10:25:09
Line 844  void SetupAndPrint (Document doc, View v Line 844  void SetupAndPrint (Document doc, View v
     int orientation;      int orientation;
     int disposition;      int disposition;
     int paper_print;      int paper_print;
     bool manual_feed;      ThotBool manual_feed;
     bool with_toc;      ThotBool with_toc;
     bool with_links;      ThotBool with_links;
     bool with_url;      ThotBool with_url;
     bool ignore_css;      ThotBool ignore_css;
   
     /* Paper format submenu */      /* Paper format submenu */
     if (PageSize == PP_US)      if (PageSize == PP_US)
Line 1104  static void CloseMakeBook (Document docu Line 1104  static void CloseMakeBook (Document docu
   /* update internal links */    /* update internal links */
   SetInternalLinks (document);    SetInternalLinks (document);
   /* if the document changed force the browser mode */    /* if the document changed force the browser mode */
   if (SubDocs)    if (SubDocs == NULL)
     /* send a warning to the user to avoid to save this document */;      /* send a warning to the user to avoid to save this document */
   /* remove registered  sub-documents */      /* remove registered  sub-documents */
   FreeSubDocTable ();      FreeSubDocTable ();
   DocBook = 0;    DocBook = 0;
   TtaSetStatus (document, 1, TtaGetMessage (AMAYA, AM_DOCUMENT_LOADED), NULL);    TtaSetStatus (document, 1, TtaGetMessage (AMAYA, AM_DOCUMENT_LOADED), NULL);
 }  }

Removed from v.1.127  
changed lines
  Added in v.1.128


Webmaster