Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk service_response_time_table.c

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

From: Ronnie Sahlberg <sahlberg@xxxxxxxxxxxxxxxxx>
Date: Sat, 21 Jun 2003 00:57:34 -0500 (CDT)
sahlberg    2003/06/21 00:57:34 CDT

  Modified files:
    gtk                  service_response_time_table.c 
  Log:
  Make the default sorting for the list be column 2 in descending order so we
  get the rocedures with the most number of calls at the top.
  
  Fix a bug added in previous checkin.
  When the table can be sorted in different ways than just the procedure number sorted in ascending order, the row for a specific procedure may change everytime we drawi/sort the table.
  Add code to keep track of which row a procedure is currently positioned at in the list so that we statistics are added to the correct entry.
  
  Revision  Changes    Path
  1.3       +12 -9     ethereal/gtk/service_response_time_table.c