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 133 by harbaum, Mon Oct 12 20:27:55 2009 UTC
# Line 145  typedef struct { Line 145  typedef struct {
145  #ifndef NO_COPY_N_PASTE  #ifndef NO_COPY_N_PASTE
146    /* do enable/disable the edit entries */    /* do enable/disable the edit entries */
147    GtkWidget *menu_cut, *menu_copy, *menu_paste;    GtkWidget *menu_cut, *menu_copy, *menu_paste;
   GtkClipboard *clipboard;     /* clipboard for copy/paste */  
148    GtkTextBuffer *active_buffer;    GtkTextBuffer *active_buffer;
149  #endif  #endif
150    
151      GtkClipboard *clipboard;     /* clipboard for copy/paste */
152    
153  #ifdef USE_STACKABLE_WINDOW  #ifdef USE_STACKABLE_WINDOW
154    GtkWidget *export_menu, *tools_menu;    GtkWidget *export_menu, *tools_menu;
155  #endif  #endif
# Line 179  typedef struct { Line 180  typedef struct {
180    
181    gboolean cachelist_disable_screensaver;    gboolean cachelist_disable_screensaver;
182    gboolean goto_disable_screensaver;    gboolean goto_disable_screensaver;
   gboolean cachelist_update;  
183    
184    HildonProgram *program;    HildonProgram *program;
185    HildonWindow *window;    HildonWindow *window;
# Line 188  typedef struct { Line 188  typedef struct {
188    GtkWidget *window;    GtkWidget *window;
189  #endif  #endif
190    
191      gboolean cachelist_update;
192    
193  #if defined(USE_BREAD_CRUMB_TRAIL) || defined(BCT)  #if defined(USE_BREAD_CRUMB_TRAIL) || defined(BCT)
194    /* reference to enable/disable these while walking the crumb trail */    /* reference to enable/disable these while walking the crumb trail */
195    GtkWidget *menu_import, *menu_export;    GtkWidget *menu_import, *menu_export;

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