From e52d2bf31268501cb6c9dfecf0587002be3c6c02 Mon Sep 17 00:00:00 2001 From: Guilhem Bonnefille Date: Mon, 3 Sep 2007 20:42:22 +0000 Subject: [PATCH] Hide Expedia view mode when expedia is not built in. --- ChangeLog | 1 + src/menu.xml.h | 2 ++ 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index a70deebf..94e5001b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,7 @@ Guilhem Bonnefille : GtkWidget nature. * Use $EMAIL to initialise email field for OSM upload. * Do not warn about drawmode inconsistency while reading file. + * Hide Expedia view mode when expedia is not built in. 2007-09-01 Guilhem Bonnefille : diff --git a/src/menu.xml.h b/src/menu.xml.h index 37643f50..6735720c 100644 --- a/src/menu.xml.h +++ b/src/menu.xml.h @@ -34,7 +34,9 @@ static const char *menu_xml = " " " " " " +#ifdef VIK_CONFIG_EXPEDIA " " +#endif #ifdef VIK_CONFIG_OLD_GOOGLE " " " " -- 2.39.5