Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/gtk display_opts.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: Sun, 9 Jul 2000 15:59:28 -0500 (CDT)
guy         2000/07/09 15:59:25 CDT

  Modified files:
    gtk                  display_opts.c 
  Log:
  In the "Display Options" dialog box code, separately keep track of the
  timestamp type when the dialog box was popped up, so we can revert to it
  if the user clicks "Cancel", and the timestamp type as of when we
  started *or* as of when we last changed it, so that we can check whether
  the user's changed it from its current value and only redisplay the time
  fields if they've changed it (as redisplaying the time fields could be
  expensive - we have to scan through all the packets and rebuild the
  packet list).
  
  Revision  Changes    Path
  1.12      +22 -11    ethereal/gtk/display_opts.c