diff options
author | Stephen Fisher <steve@stephen-fisher.com> | 2007-02-20 00:22:00 +0000 |
---|---|---|
committer | Stephen Fisher <steve@stephen-fisher.com> | 2007-02-20 00:22:00 +0000 |
commit | 07f8ad771eb482ff96661cc74ca846e54d2e5ac7 (patch) | |
tree | d42bebea54a13727f438d4741c62471b647f8b10 /stat_menu.h | |
parent | 0bc9ec9e4408766b99c42652bae13a0d57722180 (diff) |
Put the rest of the #if GTK_MAJOR_VERSION >= 2 preprocessor statements around parts of the Content List -> HTTP feature code.
svn path=/trunk/; revision=20869
Diffstat (limited to 'stat_menu.h')
-rw-r--r-- | stat_menu.h | 2 |
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, |