Ethereal-dev: SV: [Ethereal-dev] Fix for SRT reset

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

From: "Anders Broman" <a.broman@xxxxxxxxx>
Date: Wed, 1 Feb 2006 07:14:27 +0100
Checked in
Brg
Anders

The SRT is broken if you hit the reload button or apply a filter. The table
isn't cleared so each item in the list is duplicated and the second entries
remain with initial values. This patch clears the GTK_CLIST so that the
redundant entries no longer appear.
 
service_response_time_table.c.diff -> gtk/service_response_time_table.c
 
Please checkin...
 
Greg