elementary: turn on priority when it make sense.
authorCedric BAIL <cedric.bail@free.fr>
Mon, 3 Oct 2011 10:33:31 +0000 (10:33 +0000)
committerCedric BAIL <cedric.bail@free.fr>
Mon, 3 Oct 2011 10:33:31 +0000 (10:33 +0000)
SVN revision: 63770

src/lib/elc_player.c

index 393debe..c54d04d 100644 (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);