Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal AUTHORS file.c progress_dlg.h proto_hier_sta

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 30 Jul 2002 05:13:16 -0500 (CDT)
guy         2002/07/30 05:13:15 CDT

  Modified files:
    .                    AUTHORS file.c progress_dlg.h 
                         proto_hier_stats.c 
  Log:
  From Graeme Hewson:
  
  	Ethereal sometimes creates a progress dialog bar and then, if
  	the processing is fast, quickly destroys it.  The resulting
  	"flash" can be disconcerting.  This set of patches ensures a
  	progress bar is either not created or is displayed for a minimum
  	time.
  
  Revision  Changes    Path
  1.557     +1 -0      ethereal/AUTHORS
  1.284     +112 -76   ethereal/file.c
  1.2       +13 -1     ethereal/progress_dlg.h
  1.14      +24 -15    ethereal/proto_hier_stats.c