Diff of /trunk/src/gpxview.h

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

revision 128 by harbaum, Tue Sep 29 07:31:18 2009 UTC revision 129 by harbaum, Tue Sep 29 14:30:16 2009 UTC
# Line 179  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 188  typedef struct { Line 187  typedef struct {
187    GtkWidget *window;    GtkWidget *window;
188  #endif  #endif
189    
190      gboolean cachelist_update;
191    
192  #if defined(USE_BREAD_CRUMB_TRAIL) || defined(BCT)  #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;

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