* Should fix the callback "playback_finished" which were sometimes not called.

Thus, the playback won't be stopped anymore sometimes at the end of the playback of a file.


SVN revision: 15236
This commit is contained in:
moom16 2005-06-10 17:33:26 +00:00 committed by moom16
parent 6816991b1f
commit ff37c1f9a3
1 changed files with 0 additions and 2 deletions

View File

@ -1143,8 +1143,6 @@ _em_fd_ev_active(void *data, Ecore_Fd_Handler *fdh)
{
case XINE_EVENT_UI_PLAYBACK_FINISHED:
{
if ((ev->pos / ev->len) < 0.999)
break;
if (ev->timer)
{
ecore_timer_del(ev->timer);