Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/gtk 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@xxxxxxxxxxxx>
Date: Mon, 3 Jan 2000 00:29:47 -0600 (CST)
guy         2000/01/03 00:29:43 CST

  Modified files:
    gtk                  prefs_dlg.c 
  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.7       +12 -2     ethereal/gtk/prefs_dlg.c