Diff of /trunk/src/gpxview.h

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

revision 157 by harbaum, Tue Nov 3 20:20:39 2009 UTC revision 158 by harbaum, Wed Nov 4 14:54:52 2009 UTC
# Line 114  typedef struct { Line 114  typedef struct {
114    char *search_str;    char *search_str;
115    int search_days;    int search_days;
116    
117      struct proxy_s *proxy;      /* proxy settings */
118    
119    int gpxlist_items;    int gpxlist_items;
120    int cachelist_items;    int cachelist_items;
121    guint cachelist_handler_id; /* update timer */    guint cachelist_handler_id; /* update timer */
# Line 222  typedef struct { Line 224  typedef struct {
224  #include "gconf.h"  #include "gconf.h"
225  #include "html.h"  #include "html.h"
226  #include "icons.h"  #include "icons.h"
227    #include "gcvote.h"
228  #include "cache.h"  #include "cache.h"
229  #include "geomath.h"  #include "geomath.h"
230  #include "geotext.h"  #include "geotext.h"
# Line 230  typedef struct { Line 233  typedef struct {
233  #include "mm_poi.h"  #include "mm_poi.h"
234  #include "precpos.h"  #include "precpos.h"
235  #include "garmin_export.h"  #include "garmin_export.h"
 #include "gcvote.h"  
236    
237  #ifdef ENABLE_OSM_GPS_MAP  #ifdef ENABLE_OSM_GPS_MAP
238  #include "map-tool.h"  #include "map-tool.h"

Legend:
Removed from v.157  
changed lines
  Added in v.158