summaryrefslogtreecommitdiff
path: root/ui/gtk/compare_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gtk/compare_stat.c')
-rw-r--r--ui/gtk/compare_stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/compare_stat.c b/ui/gtk/compare_stat.c
index b2cd31b34d..2016d1aef2 100644
--- a/ui/gtk/compare_stat.c
+++ b/ui/gtk/compare_stat.c
@@ -606,7 +606,7 @@ comparestat_draw(void *arg)
g_string_printf(filter_str, "%s %s %s %s", "eth.dst==", ep_address_to_str(&cs->eth_dst), "|| eth.dst==", ep_address_to_str(&cs->eth_src));
}
color_filters_set_tmp(COLOR_N, filter_str->str, FALSE);
- new_packet_list_colorize_packets();
+ packet_list_colorize_packets();
/* Variance */
cs->stats.variance=compare_variance;