From 6d0780b8ba84c97f08d08b9da65068b2fb715241 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Mon, 30 Aug 2010 05:12:27 +0000 Subject: [PATCH] Make a note about how to "activare" the filter popup. svn path=/trunk/; revision=34008 --- gtk/diameter_stat.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gtk/diameter_stat.c b/gtk/diameter_stat.c index b188da7ccc..cd10f5c50a 100644 --- a/gtk/diameter_stat.c +++ b/gtk/diameter_stat.c @@ -187,6 +187,11 @@ gtk_diameterstat_init(const char *optarg, void *userdata _U_) /* We must display TOP LEVEL Widget before calling init_srt_table() */ gtk_widget_show_all(diameter->win); + /** @todo the filter to use in stead of NULL is "diameter.cmd.code" + * to enable the filter popup in the service response time dalouge + * Note to make it work the command code must be stored rather than the + * index. + */ init_srt_table(&diameter->diameter_srt_table, 1, vbox, NULL); init_srt_table_row(&diameter->diameter_srt_table, 0, "Unknown");