Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk colors.c file_dlg.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@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 24 Oct 2001 02:18:40 -0500 (CDT)
guy         2001/10/24 02:18:40 CDT

  Modified files:
    gtk                  colors.c file_dlg.c main.c 
  Log:
  Have a routine that takes a file name for a personal configuration file
  and generates the path name; have it, if the file is to be opened for
  reading on Win32, check whether it exists and, if not, check for it in
  the old home directory-based configuration directory and, if so, return
  that path instead, so that files saved with earlier versions of Ethereal
  will be seen.
  
  Revision  Changes    Path
  1.15      +3 -21     ethereal/gtk/colors.c
  1.43      +3 -1      ethereal/gtk/file_dlg.c
  1.208     +2 -5      ethereal/gtk/main.c