Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk color_dlg.c colors.c colors.h main.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 27 May 2002 17:00:40 -0500 (CDT)
guy         2002/05/27 17:00:40 CDT

  Modified files:
    gtk                  color_dlg.c colors.c colors.h main.c 
  Log:
  Clean up the data structures for the color filter code a bit.  The old
  "colfilter" structure contained items of use only when the colorizing
  dialog was up, so make the items in it private to "gtk/color_dlg.c".
  Make the "Edit" and "Delete" buttons sensitive only when a row is
  selected, and make the "Up" and "Down" buttons sensitive only when a row
  is selected *and* that row has somewhere to move in the specified
  direction.
  
  Revision  Changes    Path
  1.14      +158 -133  ethereal/gtk/color_dlg.c
  1.20      +9 -23     ethereal/gtk/colors.c
  1.7       +4 -10     ethereal/gtk/colors.h
  1.251     +2 -2      ethereal/gtk/main.c