--- trunk/src/gconf.c 2009/08/24 09:23:36 74 +++ trunk/src/gconf.c 2009/09/01 11:16:30 89 @@ -88,6 +88,7 @@ { "map_lat", STORE_FLOAT, OFFSET(map.pos.lat) }, { "map_lon", STORE_FLOAT, OFFSET(map.pos.lon) }, { "map_zoom", STORE_INT, OFFSET(map.zoom) }, + { "map_source", STORE_INT, OFFSET(map.source) }, #endif { NULL, -1, -1 } };