--- trunk/src/gconf.c 2009/09/29 07:31:18 128 +++ trunk/src/gconf.c 2009/09/29 14:30:16 129 @@ -78,11 +78,11 @@ { "cachelist_items", STORE_INT, OFFSET(cachelist_items) }, { "compass_damping", STORE_INT, OFFSET(compass_damping) }, { "cachelist_hide_found", STORE_BOOL, OFFSET(cachelist_hide_found) }, + { "cachelist_update", STORE_BOOL, OFFSET(cachelist_update) }, #ifdef USE_MAEMO { "mmpoi_dontlaunch", STORE_BOOL, OFFSET(mmpoi_dontlaunch) }, { "cachelist_dss", STORE_BOOL, OFFSET(cachelist_disable_screensaver) }, { "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) },