Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal filters.c prefs.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: Tue, 23 Oct 2001 00:00:59 -0500 (CDT)
guy         2001/10/23 00:00:59 CDT

  Modified files:
    .                    filters.c prefs.c 
  Log:
  Add a new routine to create the ".ethereal" directory for a user.
  
  Use that routine rather than duplicating that code in the routines to
  write out the preference file and filter files.
  
  Use it in the code for the color filter dialog, so that the directory in
  question is created if necessary.
  
  As that routine returns an error indication, have the code that calls
  that routine put up a message box if the attempt fails.
  
  Revision  Changes    Path
  1.12      +1 -17     ethereal/filters.c
  1.67      +1 -22     ethereal/prefs.c