Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal 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: Sat, 28 Aug 1999 13:42:32 -0500 (CDT)
guy         1999/08/28 13:42:30 CDT

  Modified files:
    .                    colors.h 
  Log:
  "CFILTERS_CONTAINS_FILTER()" should check for the presence of color
  filters by checking whether the structure pointed to by "cf->colors" has
  a non-zero "num_of_filters", not a non-null "color_filters" (the latter
  points to the CList widget holding the list of filters, and may be
  non-null even if there currently aren't any filters).
  
  Revision  Changes    Path
  1.2       +2 -2      ethereal/colors.h