Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/gtk file_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@xxxxxxxxxxxx>
Date: Mon, 3 Jul 2000 04:34:39 -0500 (CDT)
guy         2000/07/03 04:34:34 CDT

  Modified files:
    gtk                  file_dlg.c 
  Log:
  If the user clicks the "Cancel" button in a progress-bar dialog box for
  reading a capture file, we should just clean up and return so that
  Ethereal continues running with no capture file loaded, unless the read
  is being done as a result of Ethereal being run with the "-r" flag, in
  which case we still exit (although we may eventually choose to continue
  running with no capture file loaded even in that case).
  
  Revision  Changes    Path
  1.27      +11 -7     ethereal/gtk/file_dlg.c