--- trunk/src/gpxview.h 2009/09/28 19:01:03 126 +++ trunk/src/gpxview.h 2009/09/29 07:31:18 128 @@ -35,8 +35,9 @@ #define MENU_CACHELIST 1 #define MENU_CACHE 2 #endif -#else -#define MY_BCT /* use custom breadcrumbtrail */ +#endif + +#ifdef BCT #include "bct.h" #endif @@ -187,18 +188,18 @@ GtkWidget *window; #endif -#if defined(USE_BREAD_CRUMB_TRAIL) || defined(MY_BCT) +#if defined(USE_BREAD_CRUMB_TRAIL) || defined(BCT) /* reference to enable/disable these while walking the crumb trail */ GtkWidget *menu_import, *menu_export; GtkWidget *menu_search; + GtkWidget *bct; +#endif + /* keep track of current "path" in the bread crumb trail */ gpx_t *cur_gpx; cache_t *cur_cache; - GtkWidget *bct; -#endif - gpx_t *search_results; #ifdef ENABLE_OSM_GPS_MAP