Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk capture_dlg.c file_dlg.c follow_dlg.c ma

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: Mon, 9 Sep 2002 15:39:00 -0500 (CDT)
guy         2002/09/09 15:39:00 CDT

  Modified files:
    gtk                  capture_dlg.c file_dlg.c follow_dlg.c 
                         main.c print_dlg.c 
  Log:
  From Graeme Hewson:
  
  	Currently Ethereal sets and uses a default directory for reading
  	and writing, but only in some places.  This set of patches extends
  	the setting of the default directory to the -w option as well as
  	the -r option, and causes all file dialogs to use and set the
  	default consistently.  (I haven't changed the
  	Preferences/Printing/File dialog, though, as that's a special
  	case.)
  
  	There's also a fix for a bug where Ethereal was issuing the
  	message "Ring buffer requested, but capture isn't being saved to
  	a permanent file" even though a file was specified with -w.
  
  There also appear to be some other cleanups in his patch.
  
  Revision  Changes    Path
  1.73      +42 -7     ethereal/gtk/capture_dlg.c
  1.52      +30 -6     ethereal/gtk/file_dlg.c
  1.28      +24 -5     ethereal/gtk/follow_dlg.c
  1.263     +15 -3     ethereal/gtk/main.c
  1.37      +40 -6     ethereal/gtk/print_dlg.c