--- trunk/src/gconf.c 2009/08/06 20:23:12 47 +++ trunk/src/gconf.c 2009/08/07 07:57:33 48 @@ -84,7 +84,11 @@ { "goto_dss", STORE_BOOL, OFFSET(goto_disable_screensaver) }, { "cachelist_update", STORE_BOOL, OFFSET(cachelist_update) }, #endif - +#ifdef ENABLE_OSM_GPS_MAP + { "map_lat", STORE_FLOAT, OFFSET(map.pos.lat) }, + { "map_lon", STORE_FLOAT, OFFSET(map.pos.lon) }, + { "map_zoom", STORE_INT, OFFSET(map.zoom) }, +#endif { NULL, -1, -1 } };