--- trunk/src/gconf.c 2009/06/20 11:08:47 1 +++ trunk/src/gconf.c 2009/06/26 20:07:33 12 @@ -70,7 +70,6 @@ { "manual_goto_lon", STORE_FLOAT, OFFSET(manual_goto.lon) }, { "gps_lat", STORE_FLOAT, OFFSET(gps.lat) }, { "gps_lon", STORE_FLOAT, OFFSET(gps.lon) }, - { "load_images", STORE_BOOL, OFFSET(load_images) }, { "search_in", STORE_INT, OFFSET(search) }, { "search_days", STORE_INT, OFFSET(search_days) }, { "search_str", STORE_STRING, OFFSET(search_str) }, @@ -314,10 +313,6 @@ appdata->search = SEARCH_NAME | SEARCH_ID; if(!appdata->image_path) { - /* if we get here, there's no config at all yet. So this is a */ - /* good place to set all kinds of useful defaults */ - appdata->load_images = TRUE; - #ifndef USE_MAEMO char *p = getenv("HOME");