elementary: turn on priority when it make sense.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 3 Oct 2011 10:33:31 +0000 (10:33 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 3 Oct 2011 10:33:31 +0000 (10:33 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@63770 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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);