Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal follow.c

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Fri, 7 Jul 2000 04:31:32 -0500 (CDT)
guy         2000/07/07 04:31:10 CDT

  Modified files:
    .                    follow.c 
  Log:
  Use "progdlg_t *" rather than "void *" as the handle for a progress
  dialog box; that lets us do some type-checking, but we can still typedef
  it to an incompletely-defined structure to hide the implementation
  details from the caller.
  
  Make "create_progress_dlg()" take, as an argument, the title to put in
  the "stop the operation" button, and use "Stop" rather than "Cancel" if
  stopping the operation doesn't undo all the work it's done.
  
  Thaw the clist if we break out of a "read the file" operation, as we
  freeze it before the operation.
  
  Revision  Changes    Path
  1.22      +3 -3      ethereal/follow.c