Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk progress_dlg.c

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:17 -0500 (CDT)
guy         2002/07/30 05:13:17 CDT

  Modified files:
    gtk                  progress_dlg.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.11      +61 -1     ethereal/gtk/progress_dlg.c