Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal colors.c colors.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: Sun, 19 Dec 1999 04:39:46 -0600 (CST)
guy         1999/12/19 04:39:42 CST

  Modified files:
    .                    colors.c colors.h 
  Log:
  When a dialog box is closed (for whatever reason), close any dialogs
  popped up from it ("Edit color filter" dialogs popped up from an "Add
  colors to display" dialog box, color selection boxes popped up from an
  "Edit color filter" dialog).
  
  If the user presses "Edit" and there's already an "Edit color filter"
  dialog box open for the filter in question, don't pop up another "Edit
  color filter" dialog box for it, just raise the existing one.
  
  If a color filter is deleted from the list of color filters, close any
  "Edit color filter" dialog open for it.
  
  Revision  Changes    Path
  1.24      +671 -566  ethereal/colors.c
  1.11      +8 -10     ethereal/colors.h