elementary: use the key provided by ethumb.

SVN revision: 60753
This commit is contained in:
Cedric BAIL 2011-06-28 09:17:37 +00:00
parent e763c579b8
commit 0bb407df5c
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ _finished_thumb(Widget_Data *wd,
elm_widget_sub_object_add(wd->self, wd->view);
}
if (!edje_object_file_set(wd->view, thumb_path, "movie/thumb"))
if (!edje_object_file_set(wd->view, thumb_path, thumb_key))
{
wd->thumb.thumb_path = eina_stringshare_ref(thumb_path);
wd->thumb.thumb_key = eina_stringshare_ref(thumb_key);