From 3a1097a0aea8d80427fb93af8974f9df44ac6b28 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 5 Jun 2011 22:39:23 +0000 Subject: Some work on generalizing the "display filter" tap parameter dialog box to more generally support fetching parameters for taps. svn path=/trunk/; revision=37559 --- gtk/stats_tree_stat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk/stats_tree_stat.c') diff --git a/gtk/stats_tree_stat.c b/gtk/stats_tree_stat.c index 03215fcee5..9f06e7b5a4 100644 --- a/gtk/stats_tree_stat.c +++ b/gtk/stats_tree_stat.c @@ -48,7 +48,7 @@ struct _st_node_pres { }; struct _tree_cfg_pres { - tap_dfilter_dlg* stat_dlg; + tap_param_dlg* stat_dlg; }; struct _tree_pres { @@ -339,7 +339,7 @@ register_gtk_stats_tree_tap (gpointer k _U_, gpointer v, gpointer p _U_) cfg->pr = g_malloc(sizeof(tree_pres)); - cfg->pr->stat_dlg = g_malloc(sizeof(tap_dfilter_dlg)); + cfg->pr->stat_dlg = g_malloc(sizeof(tap_param_dlg)); cfg->pr->stat_dlg->win_title = g_strdup_printf("%s Stats Tree",cfg->name); cfg->pr->stat_dlg->init_string = g_strdup_printf("%s,tree",cfg->abbr); -- cgit v1.2.3