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

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 22:14:38 -0500 (CDT)
guy         1999/06/18 22:14:36 CDT

  Modified files:
    .                    display.c file.c column.c column.h 
                         ethereal.c packet.h 
  Log:
  Use "gtk_toggle_button_set_state()" rather than
  "gtk_toggle_button_set_active()" to set the state of radio buttions;
  "gtk_toggle_button_set_active()" doesn't exist in GTK+ 1.0[.x], and
  "gtk_toggle_button_set_state()" is an alias for it in GTK+ 1.2[.x].
  
  Compute the column widths in the summary display based on the longest
  string in the column; recompute it whenever we update the columns.
  
  Revision  Changes    Path
  1.3       +4 -20     ethereal/display.c
  1.30      +61 -3     ethereal/file.c
  1.13      +1 -63     ethereal/column.c
  1.2       +1 -2      ethereal/column.h
  1.43      +9 -7      ethereal/ethereal.c
  1.61      +3 -1      ethereal/packet.h