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: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Mon, 4 Oct 1999 23:34:07 -0500 (CDT)
gram        1999/10/04 23:34:04 CDT

  Modified files:
    .                    colors.c colors.h file.c 
  Log:
  Added Santeri Paavolainen's <santtu@xxxxxx> patch to set default colors
  in the color selection wheel.
  
  Added his patch to file.c to look for bogus frame_data pointers, but made
  it a g_assert().
  
  Modified my previous patch to colors.c to skip bad color display filters.
  I skipped them, but they still appeared in the color dialogue. Now bad
  filtes are not put into the color filter list, so they don't appear in
  the color dialogue. As a [good] side-effect, the next time you save
  your color filter list, the bad filters are removed from the colorfilters
  file.
  
  Revision  Changes    Path
  1.10      +34 -10    ethereal/colors.c
  1.3       +2 -2      ethereal/colors.h
  1.103     +4 -1      ethereal/file.c