Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal prefs.c prefs.h

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 3 Jan 2000 00:29:38 -0600 (CST)
guy         2000/01/03 00:29:35 CST

  Modified files:
    .                    prefs.c prefs.h 
  Log:
  Don't have "write_prefs()" display a dialog box if the attempt to open
  the preferences file fails, have it return an error indication and the
  path of the preferences file, and have its caller display the dialog
  box.  That way you don't have to drag in the dialog box code if you're
  going to use the preferences code in, say, a "line-mode" Ethereal.
  
  Revision  Changes    Path
  1.29      +12 -8     ethereal/prefs.c
  1.14      +2 -2      ethereal/prefs.h