Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal colors.c colors.h file.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: Sun, 19 Dec 1999 03:22:26 -0600 (CST)
guy         1999/12/19 03:22:24 CST

  Modified files:
    .                    colors.c colors.h file.c 
  Log:
  Don't keep the CList of color filters around; create it when the
  "Colorize Display" dialog box is created, and let it be destoryed when
  that dialog box is destroyed.
  
  When moving color filters up or down, update the (order of the elements
  in the) list of color filters, as well as the CList that displays them.
  
  If we have a "Colorize Display" dialog box open, and the user selects
  "Display:Colorize Display", raise the existing window, rather than
  creating a new window.  (Alas, GTK+ doesn't have a call to request that
  the window be given the input focus, so we can't do that as well.)
  
  Fix up some names to be more consistent and to better reflect what the
  variables/routines are for.
  
  Revision  Changes    Path
  1.23      +259 -205  ethereal/colors.c
  1.10      +1 -4      ethereal/colors.h
  1.141     +45 -29    ethereal/file.c