Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal filters.c prefs.c prefs.h tethereal.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: Mon, 22 Oct 2001 17:59:24 -0500 (CDT)
guy         2001/10/22 17:59:24 CDT

  Modified files:
    .                    filters.c prefs.c prefs.h tethereal.c 
  Log:
  Add a routine to get the directory in which personal configuration files
  reside.  Use it, rather than concatenating the user's home directory and
  ".ethereal" in a number of files.
  
  Fix up some additional places to use G_DIR_SEPARATOR_S as the pathname
  separator.
  
  Revision  Changes    Path
  1.11      +19 -22    ethereal/filters.c
  1.66      +38 -28    ethereal/prefs.c
  1.32      +4 -5      ethereal/prefs.h
  1.93      +3 -2      ethereal/tethereal.c