aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/menu.c
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2007-08-04 17:52:38 +0000
committerStephen Fisher <steve@stephen-fisher.com>2007-08-04 17:52:38 +0000
commit2e398bcb6e574cde505d1bfd526c7f806cabdb27 (patch)
treec614e9506f80e898f1b9f976348983d008e886d5 /gtk/menu.c
parentf7cdc0be3128423c81e6f53b2b195fbfc571ed27 (diff)
Change the export object/export object http code to only be included
in the code for GTK versions 2.4 and up instead of 2 and up. svn path=/trunk/; revision=22455
Diffstat (limited to 'gtk/menu.c')
-rw-r--r--gtk/menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/menu.c b/gtk/menu.c
index ee707ec0e3..0483dcf101 100644
--- a/gtk/menu.c
+++ b/gtk/menu.c
@@ -424,7 +424,7 @@ static GtkItemFactoryEntry menu_items[] =
#endif
ITEM_FACTORY_ENTRY("/File/Export/Selected Packet _Bytes...", "<control>H", savehex_cb,
0, NULL, NULL),
-#if GTK_MAJOR_VERSION >= 2
+#if GTK_CHECK_VERSION(2,4,0)
ITEM_FACTORY_ENTRY("/File/Export/_Objects/_HTTP", NULL, eo_http_cb, 0, NULL,
NULL),
#endif