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 129 by harbaum, Tue Sep 29 14:30:16 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 178  typedef struct { Line 179  typedef struct {
179    
180    gboolean cachelist_disable_screensaver;    gboolean cachelist_disable_screensaver;
181    gboolean goto_disable_screensaver;    gboolean goto_disable_screensaver;
   gboolean cachelist_update;  
182    
183    HildonProgram *program;    HildonProgram *program;
184    HildonWindow *window;    HildonWindow *window;
# Line 187  typedef struct { Line 187  typedef struct {
187    GtkWidget *window;    GtkWidget *window;
188  #endif  #endif
189    
190  #if defined(USE_BREAD_CRUMB_TRAIL) || defined(MY_BCT)    gboolean cachelist_update;
191    
192    #if defined(USE_BREAD_CRUMB_TRAIL) || defined(BCT)
193    /* reference to enable/disable these while walking the crumb trail */    /* reference to enable/disable these while walking the crumb trail */
194    GtkWidget *menu_import, *menu_export;    GtkWidget *menu_import, *menu_export;
195    GtkWidget *menu_search;    GtkWidget *menu_search;
196    
197      GtkWidget *bct;
198    #endif
199    
200    /* keep track of current "path" in the bread crumb trail */    /* keep track of current "path" in the bread crumb trail */
201    gpx_t *cur_gpx;    gpx_t *cur_gpx;
202    cache_t *cur_cache;    cache_t *cur_cache;
203    
   GtkWidget *bct;  
 #endif  
   
204    gpx_t *search_results;    gpx_t *search_results;
205    
206  #ifdef ENABLE_OSM_GPS_MAP  #ifdef ENABLE_OSM_GPS_MAP

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