Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal file.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 2 Mar 2003 16:37:04 -0600 (CST)
guy         2003/03/02 16:37:04 CST

  Modified files:
    .                    file.c 
  Log:
  The frame number passed to "goto_frame()" wasn't necessarily explicitly
  specified by the user, so if the frame with that frame number isn't
  being displayed, just refer to it as "That frame", not "The frame with
  that frame number".  (That's even OK if they *did* specify it.)
  
  (If there's no such frame, that "shouldn't happen" in cases where it was
  implicitly specified, e.g. by getting it from a list of fragments, or a
  "{request,reply} is in frame XXX" field, or clicking on a point in a TCP
  graph.)
  
  Revision  Changes    Path
  1.298     +4 -4      ethereal/file.c