Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal ethereal.c 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: Sat, 12 Jun 1999 02:04:40 -0500 (CDT)
guy         1999/06/12 02:04:38 CDT

  Modified files:
    .                    ethereal.c prefs.c prefs.h 
  Log:
  Don't pop up the "Can't open preferences file" dialog until *after*
  we've shown the top-level window, because we want it to pop up on *top*
  of the top-level window, rather than being hidden behind it.
  
  Put a "strerror()"-based reason *why* the open failed in that dialog.
  
  Revision  Changes    Path
  1.37      +20 -2     ethereal/ethereal.c
  1.17      +5 -6      ethereal/prefs.c
  1.6       +2 -2      ethereal/prefs.h