Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk main.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: Sat, 1 Mar 2003 04:18:56 -0600 (CST)
guy         2003/03/01 04:18:55 CST

  Modified files:
    gtk                  main.c 
  Log:
  The correct way to go to a frame with a given number is to use
  "goto_frame()", not to assume that all frames are being displayed and to
  go to the row whose number is the frame number - 1.
  
  Revision  Changes    Path
  1.282     +20 -4     ethereal/gtk/main.c