Diff of /trunk/src/gpxview.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 126 by harbaum, Mon Sep 28 19:01:03 2009 UTC revision 128 by harbaum, Tue Sep 29 07:31:18 2009 UTC
# Line 35  Line 35 
35  #define MENU_CACHELIST 1  #define MENU_CACHELIST 1
36  #define MENU_CACHE     2  #define MENU_CACHE     2
37  #endif  #endif
38  #else  #endif
39  #define MY_BCT   /* use custom breadcrumbtrail */  
40    #ifdef BCT
41  #include "bct.h"  #include "bct.h"
42  #endif  #endif
43    
# Line 187  typedef struct { Line 188  typedef struct {
188    GtkWidget *window;    GtkWidget *window;
189  #endif  #endif
190    
191  #if defined(USE_BREAD_CRUMB_TRAIL) || defined(MY_BCT)  #if defined(USE_BREAD_CRUMB_TRAIL) || defined(BCT)
192    /* reference to enable/disable these while walking the crumb trail */    /* reference to enable/disable these while walking the crumb trail */
193    GtkWidget *menu_import, *menu_export;    GtkWidget *menu_import, *menu_export;
194    GtkWidget *menu_search;    GtkWidget *menu_search;
195    
196      GtkWidget *bct;
197    #endif
198    
199    /* keep track of current "path" in the bread crumb trail */    /* keep track of current "path" in the bread crumb trail */
200    gpx_t *cur_gpx;    gpx_t *cur_gpx;
201    cache_t *cur_cache;    cache_t *cur_cache;
202    
   GtkWidget *bct;  
 #endif  
   
203    gpx_t *search_results;    gpx_t *search_results;
204    
205  #ifdef ENABLE_OSM_GPS_MAP  #ifdef ENABLE_OSM_GPS_MAP

Legend:
Removed from v.126  
changed lines
  Added in v.128