aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2016-12-12 14:03:25 -0800
committerGerald Combs <gerald@wireshark.org>2016-12-12 23:39:42 +0000
commitce54bfe055a8f1f674f0fe19fa0236e89744cddd (patch)
treee545f7d129b976ffb7c1bd0524d91d2471aeb3bd /ui
parent7ad655c9b69f017f880dfd1cd1d0ec4a04479e2b (diff)
Remove some GtkCList comments and code.
Remove some comments and hopefully-no-longer-necessary code specific to GtkCList. Change-Id: Ib62387f87e662798afba282cf95cbd215d60075e Reviewed-on: https://code.wireshark.org/review/19227 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui')
-rw-r--r--ui/gtk/gui_stat_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/gui_stat_util.h b/ui/gtk/gui_stat_util.h
index 3e656e32fb..4f929bf1c2 100644
--- a/ui/gtk/gui_stat_util.h
+++ b/ui/gtk/gui_stat_util.h
@@ -48,7 +48,7 @@ typedef struct {
*/
extern void init_main_stat_window(GtkWidget *window, GtkWidget *mainbox, const char *title, const char *filter);
-/** Create a stats table, using a scrollable gtkclist.
+/** Create a stats table, using GtkListStore and GtkTreeView.
*
* @param scrolled_window the scrolled window
* @param vbox the vbox for the window