aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/service_response_time_table.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-02-01 06:09:55 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-02-01 06:09:55 +0000
commitac54c854d4d2f8be5cfc54906015f1b462b0df4b (patch)
tree5f51c77954709ba39e77ec58641a2a0ad286d424 /gtk/service_response_time_table.c
parente5e25269c9c11fc05ade2581ad7996439b45a208 (diff)
From Greg Morris:
epan/dissectors/ncp2222.py - Fixes the NCP group values for all NCP's. Also fixes some additional return values and cleanup. gtk/ncp_stat.c - Fixes the NCP group values for SRT. gtk/service_response_time_table.c: 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. svn path=/trunk/; revision=17139
Diffstat (limited to 'gtk/service_response_time_table.c')
-rw-r--r--gtk/service_response_time_table.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/service_response_time_table.c b/gtk/service_response_time_table.c
index ca688c7a34..2764deace6 100644
--- a/gtk/service_response_time_table.c
+++ b/gtk/service_response_time_table.c
@@ -549,6 +549,7 @@ reset_srt_table_data(srt_stat_table *rst)
for(i=0;i<rst->num_procs;i++){
time_stat_init(&rst->procedures[i].stats);
}
+ gtk_clist_clear(rst->table);
}
void