really fill should be the default!

SVN revision: 60440
This commit is contained in:
Carsten Haitzler 2011-06-17 10:09:49 +00:00
parent f552e94877
commit b66dc2749d
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ e_int_config_wallpaper_import(void *data, const char *path)
import->fsel = data;
cfdata = E_NEW(E_Config_Dialog_Data, 1);
cfdata->method = IMPORT_STRETCH;
cfdata->method = IMPORT_SCALE_ASPECT_OUT;
cfdata->external = 0;
cfdata->quality = 90;
cfdata->file = strdup(path);