Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/gtk color_dlg.c color_dlg.h Makefile.am

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, 12 Feb 2000 02:32:00 -0600 (CST)
guy         2000/02/12 02:31:56 CST

  Modified files:
    gtk                  Makefile.am colors.c colors.h menu.c 
  Added files:
    gtk                  color_dlg.c color_dlg.h 
  Log:
  Split the color manipulation stuff into "color_dlg.[ch]", containing the
  dialog boxes for editing color filtes, and "colors.[ch]", containing the
  toolkit-dependent code to manipulate colors.
  
  Revision  Changes    Path
  1.24      +3 -1      ethereal/gtk/Makefile.am
  1.2       +5 -1081   ethereal/gtk/colors.c
  1.2       +6 -4      ethereal/gtk/colors.h
  1.24      +2 -2      ethereal/gtk/menu.c