Diff of /trunk/src/gconf.c

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

revision 13 by harbaum, Sat Jun 27 11:09:19 2009 UTC revision 14 by harbaum, Sat Jun 27 19:18:40 2009 UTC
# Line 314  void gconf_load_state(appdata_t *appdata Line 314  void gconf_load_state(appdata_t *appdata
314    
315    if(!appdata->image_path) {    if(!appdata->image_path) {
316    
317        /* use gps by default */
318        appdata->use_gps = TRUE;
319    
320  #ifndef USE_MAEMO  #ifndef USE_MAEMO
321      char *p = getenv("HOME");      char *p = getenv("HOME");
322      if(p) {      if(p) {

Legend:
Removed from v.13  
changed lines
  Added in v.14