Diff of /trunk/src/gconf.c

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

revision 246 by harbaum, Tue Jan 19 20:26:37 2010 UTC revision 252 by harbaum, Thu Feb 4 20:15:19 2010 UTC
# Line 100  static store_t store[] = { Line 100  static store_t store[] = {
100    { "geotoad/lat",      STORE_FLOAT,  OFFSET(gt.lat) },    { "geotoad/lat",      STORE_FLOAT,  OFFSET(gt.lat) },
101    { "geotoad/lon",      STORE_FLOAT,  OFFSET(gt.lon) },    { "geotoad/lon",      STORE_FLOAT,  OFFSET(gt.lon) },
102    { "geotoad/flags",    STORE_INT,    OFFSET(gt.flags) },    { "geotoad/flags",    STORE_INT,    OFFSET(gt.flags) },
103      { "geotoad/no_ownfnd",STORE_BOOL,   OFFSET(gt.no_owned_found) },
104    
105    { NULL, -1, -1 }    { NULL, -1, -1 }
106  };  };

Legend:
Removed from v.246  
changed lines
  Added in v.252