Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk file_dlg.c gui_prefs.c main.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Tue, 14 Oct 2003 18:20:18 -0500 (CDT)
guy         2003/10/14 18:20:18 CDT

  Modified files:
    gtk                  file_dlg.c gui_prefs.c main.c 
  Log:
  From Ian Schorr:
  
  	Add a preference to control whether the "File > Open" dialog box
  	should start out in the last directory in which it looked - and
  	save that in the preferences file across invocations - or should
  	always start out in a user-specified directory, and add another
  	preference to specify that directory.
  
  	Write out section name comments into the preferences file.
  
  Clean up white space a bit.
  
  Revision  Changes    Path
  1.62      +29 -6     ethereal/gtk/file_dlg.c
  1.41      +72 -2     ethereal/gtk/gui_prefs.c
  1.322     +78 -38    ethereal/gtk/main.c