From a21436eaeddb4979950e569f8004d84680af8075 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 14 Nov 2014 10:42:26 -0800 Subject: tap_ui -> stat_tap_ui. The old routine had stat_ in the name, as the expectation was that they were for statistics taps; that's still the expectation, so have stat_ in the data structure and routine names. Change-Id: Ic98d011012b8641173d41fa0ec4f4e625614370a Reviewed-on: https://code.wireshark.org/review/5303 Reviewed-by: Guy Harris --- ui/gtk/expert_comp_dlg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/gtk/expert_comp_dlg.c') diff --git a/ui/gtk/expert_comp_dlg.c b/ui/gtk/expert_comp_dlg.c index 8dc6ceda13..409a4ff987 100644 --- a/ui/gtk/expert_comp_dlg.c +++ b/ui/gtk/expert_comp_dlg.c @@ -1006,7 +1006,7 @@ expert_comp_dlg_launch(void) } } -static tap_ui expert_comp_ui = { +static stat_tap_ui expert_comp_ui = { REGISTER_STAT_GROUP_GENERIC, NULL, "expert_comp", @@ -1019,7 +1019,7 @@ static tap_ui expert_comp_ui = { void register_tap_listener_expert_comp(void) { - register_tap_ui(&expert_comp_ui, NULL); + register_stat_tap_ui(&expert_comp_ui, NULL); } void -- cgit v1.2.1