aboutsummaryrefslogtreecommitdiffstats
path: root/stat_menu.h
diff options
context:
space:
mode:
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2007-02-20 00:22:00 +0000
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2007-02-20 00:22:00 +0000
commitb4ab47309b0ee4861c6fdd6f9e573cf9b83a8c5c (patch)
treed42bebea54a13727f438d4741c62471b647f8b10 /stat_menu.h
parent24ec08656a41c83b4f621081633bcce59e109d2b (diff)
Put the rest of the #if GTK_MAJOR_VERSION >= 2 preprocessor statements around parts of the Content List -> HTTP feature code.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20869 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'stat_menu.h')
-rw-r--r--stat_menu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/stat_menu.h b/stat_menu.h
index dec78e8a5d..4149e8da27 100644
--- a/stat_menu.h
+++ b/stat_menu.h
@@ -45,7 +45,9 @@ extern "C" {
typedef enum {
REGISTER_STAT_GROUP_NONE,
REGISTER_STAT_GROUP_GENERIC,
+#if GTK_MAJOR_VERSION >= 2
REGISTER_STAT_GROUP_CONTENT_LIST,
+#endif
REGISTER_STAT_GROUP_CONVERSATION_LIST,
REGISTER_STAT_GROUP_ENDPOINT_LIST,
REGISTER_STAT_GROUP_RESPONSE_TIME,