Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal progress_dlg.h

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: Wed, 28 Aug 2002 17:28:43 -0500 (CDT)
guy         2002/08/28 17:28:42 CDT

  Modified files:
    .                    progress_dlg.h 
  Log:
  Make the "start_time" argument to "delayed_create_progress_dlg()" a
  pointer to const, to emphasize that it does *not* modify the time
  pointed to by the argument.
  
  Make the initial delay for delayed progress bars 1/10 second rather than
  1/2 second, as a 1/2 second delay is noticeable, especially when loading
  a file for the first time (as the main window looks a bit blank).  Even
  at 1/10 second you can still notice it, but it's not *as* noticeable.
  
  Revision  Changes    Path
  1.5       +2 -2      ethereal/progress_dlg.h