elementary: turn on priority when it make sense.

SVN revision: 63770
This commit is contained in:
Cedric BAIL 2011-10-03 10:33:31 +00:00
parent 6001b100e6
commit 33254e8736
1 changed files with 1 additions and 0 deletions

View File

@ -545,6 +545,7 @@ elm_player_video_set(Evas_Object *player, Evas_Object *video)
elm_object_disabled_set(wd->next, EINA_FALSE);
wd->emotion = elm_video_emotion_get(wd->video);
emotion_object_priority_set(wd->emotion, EINA_TRUE);
evas_object_event_callback_add(wd->video, EVAS_CALLBACK_DEL,
_track_video, player);