fix transit to expect elm_icon not icon due to internal type name changes.

SVN revision: 74216
This commit is contained in:
Carsten Haitzler 2012-07-20 08:10:44 +00:00
parent c0d4574cf5
commit ba2410ffd2
1 changed files with 1 additions and 1 deletions

View File

@ -2312,7 +2312,7 @@ _transit_effect_image_animation_op(Elm_Transit_Effect *effect, Elm_Transit *tran
unsigned int count = 0;
int len;
type = eina_stringshare_add("icon");
type = eina_stringshare_add("elm_icon");
len = eina_list_count(image_animation->images);
if (!len) count = floor(progress * len);