Fix wrong API.

This commit is contained in:
Savio Sena 2014-09-24 04:29:51 -03:00
parent d810de418e
commit b4070dde1c
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ static void _setup(void)
evas::image o(efl::eo::parent = canvas);
images.push_back(o);
o.file_set(build_path("logo.png"), "");
o.image_fill_set(0, 0, 120, 160);
o.fill_set(0, 0, 120, 160);
o.evas::object::size_set(120, 160);
o.visibility_set(true);
}