--- trunk/src/gconf.c 2009/09/16 13:45:10 113 +++ trunk/src/gconf.c 2009/09/21 13:15:25 122 @@ -324,6 +324,10 @@ appdata->search = SEARCH_NAME | SEARCH_ID; if(!appdata->image_path) { +#ifdef USE_MAEMO + /* update cachelist by default */ + appdata->cachelist_update = TRUE; +#endif /* use gps by default */ appdata->use_gps = TRUE;