Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal timestamp.h column.c display.c

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: Fri, 18 Jun 1999 20:47:48 -0500 (CDT)
guy         1999/06/18 20:47:46 CDT

  Modified files:
    .                    column.c display.c 
  Added files:
    .                    timestamp.h 
  Log:
  Update the column widths if we change the time stamp format from the
  "Display/Options" dialog box.
  
  "get_column_width()" should check "timestamp_type" against ABSOLUTE, not
  against COL_ABS_TIME.
  
  Clean up the code to check the state of the time stamp radio buttons in
  the "Display/Options" dialog box.
  
  Check in "timestamp.h", which we failed to check in on the previous
  commit.
  
  Revision  Changes    Path
  1.12      +2 -2      ethereal/column.c
  1.2       +30 -11    ethereal/display.c