--- trunk/src/gconf.c 2009/11/30 21:28:04 221 +++ trunk/src/gconf.c 2010/01/19 20:26:37 246 @@ -90,6 +90,9 @@ { "map_zoom", STORE_INT, OFFSET(map.zoom) }, { "map_source", STORE_INT, OFFSET(map.source) }, #endif +#ifdef ESPEAK + { "espeak/enabled", STORE_BOOL, OFFSET(espeak.enabled) }, +#endif { "geotoad/password", STORE_STRING, OFFSET(gt.password) }, { "geotoad/filename", STORE_STRING, OFFSET(gt.filename) },