Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk colors.c main.c main.h prefs_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@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 22 Oct 2001 17:59:28 -0500 (CDT)
guy         2001/10/22 17:59:27 CDT

  Modified files:
    gtk                  colors.c main.c main.h prefs_dlg.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.12      +23 -15    ethereal/gtk/colors.c
  1.207     +7 -4      ethereal/gtk/main.c
  1.23      +8 -4      ethereal/gtk/main.h
  1.30      +2 -2      ethereal/gtk/prefs_dlg.c