aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/stats_tree_stat.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-06-05 22:39:23 +0000
committerGuy Harris <guy@alum.mit.edu>2011-06-05 22:39:23 +0000
commit3a1097a0aea8d80427fb93af8974f9df44ac6b28 (patch)
tree1105746fbacb4593e5eb58ff547ffcb14dff554d /gtk/stats_tree_stat.c
parent2477298026d8d24ba3e3fa956b602261300e178a (diff)
Some work on generalizing the "display filter" tap parameter dialog box
to more generally support fetching parameters for taps. svn path=/trunk/; revision=37559
Diffstat (limited to 'gtk/stats_tree_stat.c')
-rw-r--r--gtk/stats_tree_stat.c4
1 files changed, 2 insertions, 2 deletions
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);