Use edje_edit_object_add() or the edje_edit API won't work.

SVN revision: 48347
This commit is contained in:
Iván Briano 2010-04-26 19:46:15 +00:00
parent a68f8e5529
commit d57f9b09d6
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ _setup_thumbnail(struct _emotion_plugin *_plugin)
goto exit_error;
}
edje = edje_object_add(evas);
edje = edje_edit_object_add(evas);
edje_object_file_set(edje, thumb_path, "movie/thumb");
if (!edje_object_part_exists(edje, "image"))
{