Diff of /trunk/src/gconf.c

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

revision 197 by harbaum, Thu Nov 19 07:43:24 2009 UTC revision 198 by harbaum, Thu Nov 19 12:38:03 2009 UTC
# Line 233  void gconf_load_state(appdata_t *appdata Line 233  void gconf_load_state(appdata_t *appdata
233    appdata->gps.lat = appdata->gps.lon = NAN;    appdata->gps.lat = appdata->gps.lon = NAN;
234    
235    appdata->gt.lat = appdata->gt.lon = NAN;    appdata->gt.lat = appdata->gt.lon = NAN;
236    appdata->gt.distance = 1.0;    appdata->gt.distance = 1.0;  // in km/mil
237    
238    /* ------------- get proxy settings -------------------- */    /* ------------- get proxy settings -------------------- */
239    if(gconf_client_get_bool(appdata->gconf_client,    if(gconf_client_get_bool(appdata->gconf_client,

Legend:
Removed from v.197  
changed lines
  Added in v.198