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@xxxxxxxxxxxx>
Date: Sat, 11 Mar 2000 21:14:04 -0600 (CST)
guy         2000/03/11 21:14:02 CST

  Modified files:
    .                    file.c 
  Log:
  Making the "frame_data" structure for a frame the data associated with
  the row for that frame, and using that to get the frame for the selected
  row in "select_packet()", revives the crash caused by the GtkCList
  selecting the first row added to the list as it's added, i.e. before we
  get a chance to set the data for that row, in this case.
  
  Introduce a workaround for this instance of that crash.
  
  Revision  Changes    Path
  1.170     +56 -13    ethereal/file.c