--- trunk/src/track.c 2009/07/07 07:36:27 191 +++ trunk/src/track.c 2009/07/07 11:07:11 192 @@ -519,7 +519,7 @@ return FALSE; } - if(!appdata->gps_enabled) { + if(!appdata->settings || !appdata->settings->enable_gps) { // Turn myself off gracefully. track_do_disable_gps(appdata); return FALSE;