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

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

From: Laurent Deniel <deniel@xxxxxxxxxxxx>
Date: Tue, 22 Aug 2000 09:05:00 -0500 (CDT)
deniel      2000/08/22 09:04:56 CDT

  Modified files:
    gtk                  main.c main.h gui_prefs.c 
  Log:
  Add "Colors..." button in GUI preferences.
  
  Currently, it allows the selection of the foreground and
  background colors of the marked frames but it could be
  extended further (e.g. color of normal frames).
  
  Add update_marked_frames() in main.c to update the
  display (e.g. colors) of marked frames.
  
  Revision  Changes    Path
  1.149     +13 -1     ethereal/gtk/main.c
  1.19      +2 -1      ethereal/gtk/main.h
  1.10      +224 -3    ethereal/gtk/gui_prefs.c