Diff of /trunk/src/gconf.c

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

revision 279 by harbaum, Thu Feb 4 20:15:19 2010 UTC revision 280 by harbaum, Fri May 21 19:28:16 2010 UTC
# Line 89  static store_t store[] = { Line 89  static store_t store[] = {
89    { "map_lon",          STORE_FLOAT,  OFFSET(map.pos.lon) },    { "map_lon",          STORE_FLOAT,  OFFSET(map.pos.lon) },
90    { "map_zoom",         STORE_INT,    OFFSET(map.zoom) },    { "map_zoom",         STORE_INT,    OFFSET(map.zoom) },
91    { "map_source",       STORE_INT,    OFFSET(map.source) },    { "map_source",       STORE_INT,    OFFSET(map.source) },
92      { "map_dpix",         STORE_BOOL,   OFFSET(map.dpix) },
93  #endif  #endif
94  #ifdef ESPEAK  #ifdef ESPEAK
95    { "espeak/enabled",   STORE_BOOL,   OFFSET(espeak.enabled) },    { "espeak/enabled",   STORE_BOOL,   OFFSET(espeak.enabled) },

Legend:
Removed from v.279  
changed lines
  Added in v.280