Diff for /Amaya/amaya/query.c between versions 1.114 and 1.115

version 1.114, 1998/07/08 16:15:58 version 1.115, 1998/07/08 19:08:47
Line 795  int                 status; Line 795  int                 status;
 #endif /* DEBUG_LIBWWW */  #endif /* DEBUG_LIBWWW */
      }        } 
   
    /* to avoid a hangup during downloading of css files */     /* to avoid a hangup while downloading css files */
    if (AmayaAlive && !strcmp (me->content_type, "text/css"))     if (AmayaAlive && (me->mode & AMAYA_LOAD_CSS))
        TtaSetStatus (me->docid, 1,          TtaSetStatus (me->docid, 1, 
                      TtaGetMessage (AMAYA, AM_ELEMENT_LOADED),                       TtaGetMessage (AMAYA, AM_ELEMENT_LOADED),
                      me->status_urlName);                       me->status_urlName);

Removed from v.1.114  
changed lines
  Added in v.1.115


Webmaster