Oops, that should not be commented

SVN revision: 19922
This commit is contained in:
Christopher Michael 2006-01-20 10:49:17 +00:00
parent 0868c890f1
commit 3a17f0aa3a
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ _load_bgs(E_Config_Dialog *cfd, Evas_Object *il)
e_widget_ilist_selected_set(il, i);
o = edje_object_add(cfd->dia->win->evas);
edje_object_file_set(o, e_config->desktop_default_background, "desktop/background");
//im = e_widget_image_add_from_object(cfd->dia->win->evas, o, 320, 240);
im = e_widget_image_add_from_object(cfd->dia->win->evas, o, 320, 240);
e_widget_image_object_set(im, e_thumb_evas_object_get(full_path, cfd->dia->win->evas, 320, 240, 1));
}
i++;