Diff of /trunk/src/main.c

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

revision 330 by harbaum, Mon Dec 21 16:13:51 2009 UTC revision 331 by harbaum, Wed Dec 23 16:26:39 2009 UTC
# Line 1440  int main(int argc, char *argv[]) { Line 1440  int main(int argc, char *argv[]) {
1440    /* user specific init */    /* user specific init */
1441    appdata.settings = settings_load();    appdata.settings = settings_load();
1442    
1443      /* if tracking is enable, start it now */
1444      track_enable_gps(&appdata, TRUE);
1445    
1446    appdata.vbox = gtk_vbox_new(FALSE,0);    appdata.vbox = gtk_vbox_new(FALSE,0);
1447    menu_create(&appdata);    menu_create(&appdata);
1448  #ifdef UISPECIFIC_MENU_HAS_ACCELS  #ifdef UISPECIFIC_MENU_HAS_ACCELS

Legend:
Removed from v.330  
changed lines
  Added in v.331